C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartDataLabel Class / MaxLines Property


In This Topic
MaxLines Property
In This Topic
Gets or sets the value which indicates how to set max lines value of data labels .
Syntax
'Declaration
 
Public Property MaxLines As Integer
 
'Usage
 
Dim instance As ChartDataLabel
Dim value As Integer
 
instance.MaxLines = value
 
value = instance.MaxLines
See Also