Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / AxisType Enumeration


In This Topic
    AxisType Enumeration
    In This Topic
    Specifies axis type.
    Syntax
    'Declaration
     
    
    Public Enum AxisType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisType
    public enum AxisType : System.Enum 
    Members
    MemberDescription
    X X-axis, horizontal.
    Y Y-axis, vertical.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Chart.AxisType

    See Also