ComponentOne FlexChart for WinForms
LabelAlignment Property


C1.Win.Chart Namespace > Axis Class : LabelAlignment Property
Gets or sets the alignment of axis labels.
Syntax
'Declaration
 
Public Property LabelAlignment As AxisLabelAlignment
'Usage
 
Dim instance As Axis
Dim value As AxisLabelAlignment
 
instance.LabelAlignment = value
 
value = instance.LabelAlignment
public AxisLabelAlignment LabelAlignment {get; set;}
See Also

Reference

Axis Class
Axis Members