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

In This Topic
    ChartAxisTitlePosition Enumeration
    In This Topic
    Specifies possible positions of the title along the axis.
    Syntax
    'Declaration
     
    Public Enum ChartAxisTitlePosition 
       Inherits System.Enum
    public enum ChartAxisTitlePosition : System.Enum 
    Members
    MemberDescription
    CenterPosition the title on the center of the axis.
    FarPosition the title on the far side of the axis.
    NearPosition the title on the near side of the axis.
    Inheritance Hierarchy

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

    See Also