ActiveReports Developer 7
CategoryGroupings Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Chart Class : CategoryGroupings Property

Glossary Item Box

Gets the set of category groupings for the chart.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CategoryGroupings As CategoryGroupingCollection
C# 
public CategoryGroupingCollection CategoryGroupings {get;}

Property Value

A CategoryGroupingCollection indicating the set of category groupings for the chart.

See Also