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

Glossary Item Box

Gets the number of categories in the data point collection.

Syntax

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

See Also