Component: Base2dChart (Development): Difference between revisions
Appearance
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| Line 352: | Line 352: | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Data | | width="90%" class="mtx-class-propfolder" | Data | ||
|- | |- | ||
| Line 376: | Line 376: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Appearance | | width="90%" class="mtx-class-propfolder" | Appearance | ||
|- | |- | ||
| Line 410: | Line 410: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | X-axis | | width="90%" class="mtx-class-propfolder" | X-axis | ||
|- | |- | ||
| Line 449: | Line 449: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Y-axis | | width="90%" class="mtx-class-propfolder" | Y-axis | ||
|- | |- | ||
| Line 488: | Line 488: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Y-axis (secondary) | | width="90%" class="mtx-class-propfolder" | Y-axis (secondary) | ||
|- | |- | ||
| Line 527: | Line 527: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Data Labels | | width="90%" class="mtx-class-propfolder" | Data Labels | ||
|- | |- | ||
| Line 566: | Line 566: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Legend | | width="90%" class="mtx-class-propfolder" | Legend | ||
|- | |- | ||
| Line 585: | Line 585: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Series1 | | width="90%" class="mtx-class-propfolder" | Series1 | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Steve Tandy |
| Version | 1.1 |
| Category | Development |
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. | |
| Series | |
| Which series to add to (1-8) | |
| Category | |
| Value | |
| The data point value | |
| Return | |
AddData
| 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 | |
AddDataCXYY1
AddDataXY
AddDataXYY1
ClearData
| ClearData | |
| Removes all datapoints from the chart. | |
| Return | |
GetData
| 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 | |
GetDataXY
RefreshChart
| RefreshChart | |
| Redraws the chart. | |
| Return | |
SetMode
| 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 | |