Difference between revisions of "Component: Base2dChart (Development)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Base2dChart component== | ==Base2dChart component== | ||
A base component for creating 2d charts. | A base component for creating 2d charts. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | FREE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:16, 7 January 2022
Author | Steve Tandy |
Version | 1.1 |
Category | Development |
Contents
Base2dChart component
A base component for creating 2d charts.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
AddData |
Adds a data point (y-value only) to the specified series. | |
![]() |
Series |
Which series to add to (1-8) | |
![]() |
Value |
The data point value | |
![]() |
Return |
![]() |
AddCatData |
Adds a data point (y-value only) to the specified series. | |
![]() |
Series |
Which series to add to (1-8) | |
![]() |
Category |
![]() |
Value |
The data point value | |
![]() |
Return |
![]() |
SetMode |
Select the mode of operation | |
![]() |
bUseArrays |
True if data points are added to a hidden buffer; False if data is drawn directly onto chart. | |
![]() |
Return |
![]() |
ClearData |
Removes all datapoints from the chart. | |
![]() |
Return |
![]() |
SetValue |
Sets the component to the specified value. | |
![]() |
value |
A new value for the component. | |
![]() |
Return |
![]() |
RefreshChart |
Redraws the chart. | |
![]() |
Return |
![]() |
GetData |
Gets a data point from the specified series. | |
![]() |
Series |
Which series to add to (1-8) | |
![]() |
Index |
The data point index (1 - 32767) | |
![]() |
Return |