TTMSFNCCandleStickChart.AppendFromDataArrayEx Method
Appends y-values and optional secondary/variable arrays to an existing series without removing existing points; returns the series.
API unit family: TMSFNCChart
Declaring type: TTMSFNCCandleStickChart
Inherited from: TTMSFNCChart
Overloads
Overload 1
Appends y-values and optional secondary/variable arrays to an existing series without removing existing points; returns the series.
function AppendFromDataArrayEx(ASerieIndex: Integer; YValuesArray: TTMSFNCChartValuesArray; XValuesArray: TTMSFNCChartValuesArray = nil; XLabelsArray: TTMSFNCChartLabelsArray = nil; YSecondValuesArray: TTMSFNCChartValuesArray = nil; YVariableValuesArray: TTMSFNCChartValuesArray = nil): TTMSFNCChartSerie; overload; virtual;
Parameters
| Name | Description |
|---|---|
ASerieIndex |
Zero-based index of the series to append to. |
YValuesArray |
Array of primary y-values to append. |
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. |
Returns
Returned value.
Overload 2
Appends y-values including optional secondary and variable arrays to an existing series using explicit load options; returns the series.
function AppendFromDataArrayEx(ALoadOptions: TTMSFNCChartLoadOptions; ASerieIndex: Integer; YValuesArray: TTMSFNCChartValuesArray; XValuesArray: TTMSFNCChartValuesArray = nil; XLabelsArray: TTMSFNCChartLabelsArray = nil; YSecondValuesArray: TTMSFNCChartValuesArray = nil; YVariableValuesArray: TTMSFNCChartValuesArray = nil): TTMSFNCChartSerie; overload; virtual;
Parameters
| Name | Description |
|---|---|
ALoadOptions |
Import options controlling range and format. |
ASerieIndex |
Zero-based index of the series to append to. |
YValuesArray |
Array of primary y-values to append. |
XValuesArray |
Optional array of x-coordinates to append. |
XLabelsArray |
Optional array of x-axis label strings to append. |
YSecondValuesArray |
Optional array of second y-values for band charts. |
YVariableValuesArray |
Optional array of variable radius values for variable-radius pie. |
Returns
Returned value.