Component: Line Chart ( Charts)
From Flowcode Help
Jump to navigationJump to search| Author | |
| Version | 1.0 | 
| Category | Charts | 
Contents
Line Chart component
Version information
Library Version, Component Version, Date, Author, Info 4, 1.0, 18-02-25, ST, Max series now 8, plus several new macros
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AddPoint
|   | AddPoint | 
| Add to the chart | |
|  - FLOAT | x | 
| X value to plot | |
|  - FLOAT | y | 
| Y value to plot | |
|  - BYTE | index | 
| Series index (1-8) | |
|  - VOID | Return | 
ClearData
|   | ClearData | 
| Remove all data from the chart | |
|  - VOID | Return | 
ClearSeries
|   | ClearSeries | 
| Remove all data from a series in the chart | |
|  - LONG | SeriesId | 
| The id of the series (1 - 8) | |
|  - VOID | Return | 
Redraw
|   | Redraw | 
| Redraw the chart | |
|  - VOID | Return | 
SetChartTitle
|   | SetChartTitle | 
| Sets the title text for the chart | |
|  - STRING | Text | 
| The new title for the chart | |
|  - VOID | Return | 
SetSeriesName
|   | SetSeriesName | 
| Sets the name for a series | |
|  - LONG | SeriesId | 
| The number of series to rename | |
|  - STRING | SeriesName | 
| The new name for the series | |
|  - VOID | Return | 
SetSeriesNames
|   | SetSeriesNames | 
| Sets the number of series and all of their names | |
|  - BYTE | SeriesCount | 
| The number of series to plot (1-8) | |
|  - STRING | SeriesNames | 
| Comma-separated list of series names | |
|  - VOID | Return | 
SetSeriesVisible
|   | SetSeriesVisible | 
| Shows or hides a series | |
|  - LONG | SeriesId | 
| The number of the series to show or hide (1-8) | |
|  - BOOL | Show | 
| True to show, false to hide | |
|  - VOID | Return | 
SetXAxis
SetYAxis
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_WEBEXP_Chart_Line.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Chart_Line.fcsx







