[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GraphBar2()
Bar graphics with CA-Clipper!!
Syntax:
GraphBar2 ( cTittle, aArray ) -> Nil
cTittle : Title or legend of graphic
aArray : A bidimensional array containing numerical values
Description:
It generates a bar graphics in CA-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 ()
GraphBar2( "GraphBar2 Demo", ;
{ { 481, 212, 212, 266, 699, 312 }, ;
{ ... }, ;
{ 481, 212, 212, 266, 699, 312 }, ;
{ 281, 332, 212, 557, 499, 612 } } )
Inkey (0)
TxtMode ()
SeeAlso: "GraphBar()" "GraphEllipse()" "GraphTart()"
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson