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


In This Topic
    ChartPositionType Enumeration
    In This Topic
    Specifies the position of chart element on the chart.
    Syntax
    'Declaration
     
    
    Public Enum ChartPositionType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartPositionType
    public enum ChartPositionType : System.Enum 
    Members
    MemberDescription
    AutoThe element is positioned automatically.
    BottomThe item appears below.
    LeftThe element appears to the left.
    NoneThe element is not visible.
    RightThe element appears to the right.
    TopThe item appears above.
    Inheritance Hierarchy

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

    See Also