Table of Contents

TTMSFNCChartSerie.AppendFromDataArrayEx Method

Appends points from y and optional secondary/variable value arrays without removing existing points.

API unit family: TMSFNCChart Declaring type: TTMSFNCChartSerie

Overloads

Overload 1

Appends points from y and optional secondary/variable value arrays without removing existing points.

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.

Overload 2

Appends values from arrays including secondary and variable-radius values to this series, applying the specified load options.

procedure AppendFromDataArrayEx;

Parameters

Name Description
ALoadOptions Options controlling which series fields are populated and how data is interpreted.
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 secondary y-values.
YVariableValuesArray Optional array of variable-radius or additional values.