FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarLineSeries Class / LabelRotationAngle Property


In This Topic
LabelRotationAngle Property (RadarLineSeries)
In This Topic
Gets or sets the rotation angle for the label.
Syntax
'Declaration
 
Public Property LabelRotationAngle As Integer
 
'Usage
 
Dim instance As RadarLineSeries
Dim value As Integer
 
instance.LabelRotationAngle = value
 
value = instance.LabelRotationAngle
See Also