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

In This Topic
    AxisY Property (Series)
    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