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

In This Topic
    AxisLocation Enumeration
    In This Topic
    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 chart area.
    RightIndicates that the axis should be drawn on the right side of chart area.
    Inheritance Hierarchy

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

    See Also