ActiveReports Developer 7
Axis Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ValueCategoryAxis Class : Axis Property

Glossary Item Box

Gets or sets the display properties for the category or value axis.

Syntax

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

Property Value

An Axis object containing the display properties for the category or value axis.

See Also