TTMSFNCBarChartSerie.AppendFromDataArray Method
Appends points from a y-values array without removing existing points.
API unit family: TMSFNCChart
Declaring type: TTMSFNCBarChartSerie
Inherited from: TTMSFNCChartSerie
Overloads
Overload 1
Appends points from a y-values array without removing existing points.
procedure AppendFromDataArray(YValuesArray: TTMSFNCChartValuesArray; XValuesArray: TTMSFNCChartValuesArray = nil; XLabelsArray: TTMSFNCChartLabelsArray = nil); overload; virtual;
Parameters
| Name | Description |
|---|---|
YValuesArray |
Array of primary y-values to append. |
XValuesArray |
Optional array of x-coordinates. |
XLabelsArray |
Optional array of x-axis label strings. |
Overload 2
Appends values from arrays to this series, applying the specified load options.
procedure AppendFromDataArray(ALoadOptions: TTMSFNCChartLoadOptions; YValuesArray: TTMSFNCChartValuesArray; XValuesArray: TTMSFNCChartValuesArray = nil; XLabelsArray: TTMSFNCChartLabelsArray = nil); overload; virtual;
Parameters
| Name | Description |
|---|---|
ALoadOptions |
Options controlling which series fields are populated and how data is interpreted. |
YValuesArray |
Array of y-values to append. |
XValuesArray |
Optional array of x-coordinates. |
XLabelsArray |
Optional array of x-axis labels. |