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