ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Chart Namespace / AxisLabelAlignment Enumeration

In This Topic
    AxisLabelAlignment Enumeration
    In This Topic
    Specifies axis label position.
    Syntax
    'Declaration
     
    Public Enum AxisLabelAlignment 
       Inherits System.Enum
    public enum AxisLabelAlignment : System.Enum 
    Members
    MemberDescription
    BottomAt the bottom.
    CenterAt the center.
    LeftAt the left.
    RightAt the right.
    TopAt the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.AxisLabelAlignment

    See Also