TTMSFNCBarChartSerie.AppendFromDataArrayEx Method
Appends points from y and optional secondary/variable value arrays without removing existing points.
API unit family: TMSFNCChart
Declaring type: TTMSFNCBarChartSerie
Inherited from: TTMSFNCChartSerie
Syntax
procedure AppendFromDataArrayEx;
Parameters
| Name | Description |
|---|---|
YValuesArray |
Array of primary y-values to append. |
XValuesArray |
Optional array of x-coordinates. |
XLabelsArray |
Optional array of x-axis labels. |
YSecondValuesArray |
Optional array of second y-values for band charts. |
YVariableValuesArray |
Optional array of variable radius values. |