Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / AxisLabelAlignment Enumeration


In This Topic
    AxisLabelAlignment Enumeration
    In This Topic
    Specifies axis label position.
    Syntax
    'Declaration
     
    
    Public Enum AxisLabelAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisLabelAlignment
    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.Xamarin.Forms.Chart.AxisLabelAlignment

    See Also