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


In This Topic
    Labels Property
    In This Topic
    Gets or sets a value indicating whether to show axis labels.
    Syntax
    'Declaration
     
    
    Public Property Labels As Boolean
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As Boolean
     
    instance.Labels = value
     
    value = instance.Labels
    public bool Labels {get; set;}
    See Also