[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    GraphZone()

         Zone graph with Clipper!!

    Syntax:

         GraphZone( cTitle, aArray ) -> Nil

         cTitle : Title or legend of graphic
         aArray : A bidimensional array containing numerical values

    Description:

         It generates a zone graph in Clipper. It only works in EGA
         and VGA.

         This function is made from other functions of Fast Library, so
         if you do not like it, you can make your own directly. The only
         objective is to save you some work.

         Fast offers the resources to rebuild this function if there is
         something in it that you would like to modify more to you liking.
         The only thing needed is some simple knowledge of Plain Geometry.

    Return:

         Nothing.

    Example:

         SetVGA ()
         GraphZone( "GraphZone Demo", ;
                    { { 481, 212, 212, 266, 699, 312 }, ;
                      { ... }, ;
                      { 481, 212, 212, 266, 699, 312 }, ;
                      { 281, 332, 212, 557, 499, 612 }, ;
                    } )
         Inkey (0)
         TxtMode ()

See Also: GraphBar() GraphBar2() GraphEllipse() GraphLine()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson