Skip to main content

TcxGridChartView.CreateSeries Method

Creates a series for the View.

Declaration

function CreateSeries: TcxGridChartSeries;

Returns

Type Description
TcxGridChartSeries

An unbound grid chart series.

Remarks

Call the CreateSeries function to create a series for the View. The created series is automatically added to the series whose values are used to render the View, which can be accessed via the VisibleSeries collection.

See Also