Difference between revisions of "Component: XY Chart (Charts)"
From Flowcode Help
Jump to navigationJump to searchLine 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 24: | Line 26: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 54: | Line 58: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | bUseArrays | | width="90%" | bUseArrays | ||
|- | |- | ||
Line 85: | Line 89: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" | X | | width="90%" | X | ||
|- | |- | ||
| colspan="2" | The X coordinate of the data point | | colspan="2" | The X coordinate of the data point | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" | Y | | width="90%" | Y | ||
|- | |- |
Revision as of 13:26, 17 November 2021
Author | Steve Tandy |
Version | 1.1 |
Category | Charts |
Contents
XY Chart component
A 2d XY scatter chart component.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Clear |
Resets the XY chart and removes all data points. | |
![]() |
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 |
![]() |
RefreshChart |
Redraws the chart. | |
![]() |
Return |
![]() |
AddPoint |
Add an XY point to the selected data series. | |
![]() |
X |
The X coordinate of the data point | |
![]() |
Y |
The Y coordinate of the data point | |
![]() |
Index |
The data series (1-8) | |
![]() |
Return |