Table of Contents

TTMSFNCDigitalLineChart.AppendFromDataArray Method

Appends y-values to an existing series without removing existing points; returns the series.

API unit family: TMSFNCChart Declaring type: TTMSFNCDigitalLineChart Inherited from: TTMSFNCChart

Overloads

Overload 1

Appends y-values to an existing series without removing existing points; returns the series.

function AppendFromDataArray(ASerieIndex: Integer; YValuesArray: TTMSFNCChartValuesArray; XValuesArray: TTMSFNCChartValuesArray = nil; XLabelsArray: TTMSFNCChartLabelsArray = 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.

Returns

Returned value.

Overload 2

Appends y-values to an existing series using explicit load options without removing existing points; returns the series.

function AppendFromDataArray(ALoadOptions: TTMSFNCChartLoadOptions; ASerieIndex: Integer; YValuesArray: TTMSFNCChartValuesArray; XValuesArray: TTMSFNCChartValuesArray = nil; XLabelsArray: TTMSFNCChartLabelsArray = 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.

Returns

Returned value.