Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>graphbar3()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    GraphBar3()

         Bar graphics with Clipper!!

    Syntax:

         GraphBar3 ( cTittle, aItems, aArray ) -> Nil

         cTittle : Title of graphic
         aItems  : An array containing legends
         aValues : An array containing numerical values

    Description:

         It generates a bar graphics 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.
         It is important to detach that Fast offers the resources to rebuild
         this function if there is something in it that is not of your like.
         The only thing needed is some simple knowledge of Plain Geometry.

    Return:

         Nothing.

    Example:

         SetVGA ()
         GraphBar3( "GraphBar3 Demo", ;
                    { "Item1", "Item2", "Item3", "Item4" }, ;
                    {     481,     212,     212,     266 } )
         Inkey (0)
         TxtMode ()
SeeAlso: "GraphBar()" "GraphBar2()" "GraphEllipse()" "GraphTart()"

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson