Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxisLocation Enumeration

In This Topic
    ChartAxisLocation Enumeration
    In This Topic
    Specifies the side where axis should be drawn.
    Syntax
    'Declaration
     
    Public Enum ChartAxisLocation 
       Inherits System.Enum
    public enum ChartAxisLocation : System.Enum 
    Members
    MemberDescription
    DefaultDraw the axis on the default side.
    OppositeDraw the axis on the opposite side.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartAxisLocation

    See Also