TTMSFNCChartSerie.LoadFromDataArrayEx Method
Replaces all points with data from y and optional secondary/variable value arrays.
API unit family: TMSFNCChart
Declaring type: TTMSFNCChartSerie
Overloads
Overload 1
Replaces all points with data from y and optional secondary/variable value arrays.
procedure LoadFromDataArrayEx;
Parameters
| Name | Description |
|---|---|
YValuesArray |
Array of primary y-values. |
XValuesArray |
Optional array of x-coordinates. |
XLabelsArray |
Optional array of x-axis label strings. |
YSecondValuesArray |
Optional array of second y-values for band charts. |
YVariableValuesArray |
Optional array of variable radius values for variable-radius pie. |
Overload 2
Replaces all series data in this series with values from arrays including secondary and variable-radius values, applying the specified load options.
procedure LoadFromDataArrayEx;
Parameters
| Name | Description |
|---|---|
ALoadOptions |
Options controlling which series fields are populated and how data is interpreted. |
YValuesArray |
Array of primary y-values to load. |
XValuesArray |
Optional array of x-coordinates. |
XLabelsArray |
Optional array of x-axis labels. |
YSecondValuesArray |
Optional array of secondary y-values (e.g. band high values). |
YVariableValuesArray |
Optional array of variable-radius or additional values. |