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


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