Component: Base2dChart (Development)
From Flowcode Help
Jump to navigationJump to search| Author | Steve Tandy | 
| Version | 1.1 | 
| Category | Development | 
Contents
Base2dChart component
A base component for creating 2d charts.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Base2dChart.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Base2dChart.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AddCatData
|   | AddCatData | 
| Adds a data point (y-value only) to the specified series. | |
|  - BYTE | Series | 
| Which series to add to (1-8) | |
|  - STRING | Category | 
|  - FLOAT | Value | 
| The data point value | |
|  - VOID | Return | 
AddData
|   | AddData | 
| Adds a data point (y-value only) to the specified series. | |
|  - BYTE | Series | 
| Which series to add to (1-8) | |
|  - FLOAT | Value | 
| The data point value | |
|  - VOID | Return | 
AddDataCXYY1
AddDataXY
AddDataXYY1
ClearData
|   | ClearData | 
| Removes all datapoints from the chart. | |
|  - VOID | Return | 
GetData
|   | GetData | 
| Gets a data point from the specified series. | |
|  - BYTE | Series | 
| Which series to add to (1-8) | |
|  - INT | Index | 
| The data point index (1 - 32767) | |
|  - FLOAT | Return | 
GetDataXY
RefreshChart
|   | RefreshChart | 
| Redraws the chart. | |
|  - VOID | Return | 
SetMode
|   | SetMode | 
| Select the mode of operation | |
|  - BOOL | bUseArrays | 
| True if data points are added to a hidden buffer; False if data is drawn directly onto chart. | |
|  - VOID | Return | 











