ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / AxisType Enumeration

In This Topic
    AxisType Enumeration
    In This Topic
    Specifies the type of axis
    Syntax
    'Declaration
     
    Public Enum AxisType 
       Inherits System.Enum
    public enum AxisType : System.Enum 
    Members
    MemberDescription
    XIndicates X axis (horizontal for cartesian plots)
    YIndicates Y axis (vertical for cartesian plots)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.AxisType

    See Also