Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxis Class / TitleRotationAngle Property


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