Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartDataLabel Class / MaxAutoLabels Property


In This Topic
    MaxAutoLabels Property
    In This Topic
    Gets or sets the value which indicates how to handle max value of auto labels.
    Syntax
    'Declaration
     
    
    Public Property MaxAutoLabels As Integer
    'Usage
     
    
    Dim instance As ChartDataLabel
    Dim value As Integer
     
    instance.MaxAutoLabels = value
     
    value = instance.MaxAutoLabels
    public int MaxAutoLabels {get; set;}
    See Also