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

Glossary Item Box

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

Syntax

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

See Also