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.SeriesCount Property

Gets a count of the total number of series within the View.

#Declaration

Delphi
property SeriesCount: Integer read;

#Property Value

Type
Integer

#Remarks

Use the SeriesCount property to obtain a count of the total number of series which provide series values for displaying within the View. Use the Series zero-based collection to access a specific series by its index. 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.

See Also