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

Glossary Item Box

Gets or sets the category axis.

Syntax

Visual Basic (Declaration) 
Public Property CategoryAxis As ValueCategoryAxis
C# 
public ValueCategoryAxis CategoryAxis {get; set;}

Property Value

A ValueCategoryAxis  representing the chart's category axis.

See Also