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