ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis.AxisLocation Enumeration

In This Topic
    Axis.AxisLocation Enumeration
    In This Topic
    The axis location related to chart data.
    Syntax
    'Declaration
     
    Public Enum Axis.AxisLocation 
       Inherits System.Enum
    public enum Axis.AxisLocation : System.Enum 
    Members
    MemberDescription
    LeftSpecifies that the chart axis should be drawn to the left of the chart area.
    RightSpecifies that the chart axis should be drawn to the right of the chart area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.Axis.AxisLocation

    See Also