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


In This Topic
    ChartLabelPosition Enumeration
    In This Topic
    Specifies chart data label position.
    Syntax
    'Declaration
     
    
    Public Enum ChartLabelPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartLabelPosition
    public enum ChartLabelPosition : System.Enum 
    Members
    MemberDescription
    AutoAutomatic label postion.
    BottomThe labels appear below the data points.
    CenterThe labels appear centered on the data points.
    LeftThe labels appear to the left of the data points.
    NoneNo data labels appear.
    RightThe labels appear to the right of the data points.
    TopThe labels appear above the data points.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xamarin.Forms.Chart.ChartLabelPosition

    See Also