Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartView.Series Property

Provides indexed access to all the series for the View.

#Declaration

Delphi
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