Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = ChartAxis.AxisTypeProperty
    public static readonly DependencyProperty AxisTypeProperty
    See Also