Back to Devexpress

TcxGridChartView.Series Property

vcl-cxgridchartview-dot-tcxgridchartview-d10bb603.md

latest2.0 KB
Original Source

TcxGridChartView.Series Property

Provides indexed access to all series for the View.

Declaration

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

Property Value

TypeDescription
TcxGridChartSeries

An unbound grid chart series.

|

Remarks

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.Categories

TcxGridChartView.ClearSeries

TcxGridChartView.CreateSeries

TcxGridChartView.SeriesCount

TcxGridChartView.VisibleSeries

TcxGridChartView.VisibleSeriesCount

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit