vcl-cxgridchartview-dot-tcxgridchartview-d10bb603.md
Provides indexed access to all series for the View.
property Series[Index: Integer]: TcxGridChartSeries read; write;
| Type | Description |
|---|---|
| TcxGridChartSeries |
An unbound grid chart series.
|
Use the Series collection to access all the series which provide series values for rendering the View. The index of a series within this collection is determined by the Index property of the series. Use the SeriesCount property to obtain a count of the total number of series whose values are available for displaying within the diagrams of the View.
To access all the series whose values were used to render the View (that is, visible within the View), use the VisibleSeries property instead. The total number of these series is accessible via the VisibleSeriesCount property. To control the generic appearance of a specific series (its series values) within the View, set the Visible property of the series as needed.
See Also
TcxGridChartView.VisibleSeries