Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartAxis Class / AxisTypeProperty Field


In This Topic
    AxisTypeProperty Field
    In This Topic
    Identifies axis type(X/Y) property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly AxisTypeProperty As Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = ChartAxis.AxisTypeProperty
    public static readonly Xamarin.Forms.BindableProperty AxisTypeProperty
    See Also