graph

Generic properties, methods and events
[method icon] BarLine(iIndex, sText$) Draw set as line on bar chart, instead of columns
[method icon] Data(iDataSet, iIndex, nData) Graph data (index and set)
[method icon] Data(iIndex, nData) Graph data (index)
[method icon] Explode(iDataSet, iIndex, bExplode) Show graph item in exploded form
[method icon] Explode(iIndex, bExplode) Show graph item in exploded form
[method icon] Item(iDataSet, iIndex) Get graph item object
[method icon] Legend(iIndex, sText$) Graph legend (index and text)
[method icon] Reset() Remove all data from graph
[method icon] XLabel(iIndex, sText$) Graph x-axis label (index and text)
[method icon] YScale(iIndex, sText$) Scaling labels for y-axis
[property icon] AutoRange Select range for y axis automatically, rather than starting from 0
[property icon] ClickIndex Index of item clicked
[property icon] ClickSet Set of item clicked
[property icon] DragKey Returns the drag key and mouse button state
[property icon] DragSourceControl Identifies the source control of a drag operation
[property icon] DragSourceItem Identifies the source control component of a drag operation
[property icon] DragTargetControl Identifies the target control of a drag operation
[property icon] DragTargetItem Identifies the target control component of a drag operation
[property icon] DropFileList$ List of files dropped onto control (with HEX(0D) separators)
[property icon] Label$ Label for the control
[property icon] ShowValues Show values on graph
[property icon] Type Graph type
[event icon] Click() Event Click on graph data
[event icon] DblClk() Event Double click on graph data
[event icon] Drop() Event Drag drop event
[event icon] DropFile() Event Called when files are dragged on to the form
[event icon] NoItemClick() Event Click on non data area in graph
[event icon] NoItemDblClk() Event Double click on non data area in graph
[event icon] NoItemRightClick() Event Right click on non data area in graph
[event icon] RightClick() Event Right click on graph data