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

Gets a count of the total number of series whose values are rendered in the View.

#Declaration

Delphi
property VisibleSeriesCount: Integer read;

#Property Value

Type
Integer

#Remarks

Use the VisibleSeriesCount property to get a count of the total number of series which provide values for rendering the View (i.e., that are visible within the View). Use the VisibleSeries zero-based collection to access a specific series by its index. To access all the series whose series values are available for displaying within the View, use the Series collection instead. The total number of these series is accessible via the SeriesCount property.

See Also