ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / AxisY Property

In This Topic
    AxisY Property
    In This Topic
    Sets or returns the axis the Layer will be based on vertically.
    Syntax
    'Declaration
     
    Public Property AxisY As AxisBase
    public AxisBase AxisY {get; set;}
    See Also