ActiveReports Developer 7
PrimaryAxis Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRange Class : PrimaryAxis Property

Glossary Item Box

Gets or sets the primary axis for the WallRange.

Syntax

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

See Also