Skip to main content

TcxGridChartView.Series Property

Provides indexed access to all the series for the View.

Declaration

property Series[Index: Integer]: TcxGridChartSeries read; write;

Property Value

Type
TcxGridChartSeries

Remarks

Use the Series zero-based indexed 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 (i.e., that are 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