ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / AxisLocation Enumeration

In This Topic
    AxisLocation Enumeration
    In This Topic
    Specifies the axis location.
    Syntax
    'Declaration
     
    Public Enum AxisLocation 
       Inherits System.Enum
    public enum AxisLocation : System.Enum 
    Members
    MemberDescription
    LeftIndicates that the axis should be drawn on the left side of the chart area.
    RightIndicates that the axis should be drawn on the right side of the chart area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.AxisLocation

    See Also