ActiveReports Developer 7
AxisX Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Series Class : AxisX Property

Glossary Item Box

Sets or returns the axis the Layer will be based on horizontally.

Syntax

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

See Also