TcxGridChartView.SeriesCount Property
Gets a count of the total number of series within the View.
Declaration
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