TcxGridChartView.VisibleSeriesCount Property
Gets a count of the total number of series whose values are rendered in the View.
Declaration
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