Graph Control

Purpose:

Returns the handle of a new graph control.

Syntax:

gra =  Graph(type,x,y,width,height,TITLE,XLABEL,YLABEL)

gra.methodname where methodname is one of the following

getX
getY
 
xform
getrect
colorneedle
colorlimit
colortitle
fontsizelabel
numgrads
xgrads
ygrads
meterangles
xlabel
ylabel
tooltip
xmin
xmax
ymin
ymax

xminlimit
xmaxlimit
yminlimit
ymaxlimit

ylabelvis

 


Comments:

Example:

sumgraph = Graph("line",x,y,width,height,"Graph","Time","Amplitude")

 

A graph control being used as a VU meter.