TTMSFNCBarChartSerie.LoadFromDataArrayEx Method
Replaces all points with data from y and optional secondary/variable value arrays.
API unit family: TMSFNCChart
Declaring type: TTMSFNCBarChartSerie
Inherited from: TTMSFNCChartSerie
Syntax
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. |