ActiveReports Developer 7
SeriesCount Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartDataPointCollection Interface : SeriesCount Property

Glossary Item Box

Gets the number of series in the data point collection.

Syntax

Visual Basic (Declaration) 
ReadOnly Property SeriesCount As System.Integer
C# 
System.int SeriesCount {get;}

See Also