TcxGridChartView.CreateSeries Method
Creates a series for the View.
Declaration
function CreateSeries: TcxGridChartSeries;
Returns
Type |
---|
TcxGridChartSeries |
Remarks
Use 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