CreateNewSeries

CreateNewSeries function

function CreateNewSeries(AOwner: TComponent; Const AChart: TCustomAxisPanel; AClass: TChartSeriesClass; AFunctionClass: TTeeFunctionClass): TChartSeries;

Unit
Chart

Description
Creates and adds a new Series to AChart parameter, using the optional AFunctionClass function.

This is an internal method, you should seldomly use it in your applications.

See also:

TChart AddSeries method.
TChartSeries FunctionType property.