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

Glossary Item Box

Gets a count of the number of series in this chart.

Syntax

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

See Also