C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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
See Also