C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartAxis Class / LabelAlignment Property


In This Topic
LabelAlignment Property
In This Topic
Gets or sets the axis labels alignment.
Syntax
'Declaration
 
Public Property LabelAlignment As AxisLabelAlignment
 
'Usage
 
Dim instance As ChartAxis
Dim value As AxisLabelAlignment
 
instance.LabelAlignment = value
 
value = instance.LabelAlignment
See Also