Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartAxis Class / LabelAlignment Property


In This Topic
    LabelAlignment Property
    In This Topic
    Gets or sets the axis labels alignment.
    Syntax
    'Declaration
     
    
    Public Property LabelAlignment As AxisLabelAlignment
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As AxisLabelAlignment
     
    instance.LabelAlignment = value
     
    value = instance.LabelAlignment
    public AxisLabelAlignment LabelAlignment {get; set;}
    See Also