Spread Windows Forms 12.0 Product Documentation
TitleRotationAngle Property (RadarValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > RadarValueAxis Class : TitleRotationAngle Property
Gets or sets the rotation angle for the title.
Syntax
'Declaration
 
Public Property TitleRotationAngle As Integer
'Usage
 
Dim instance As RadarValueAxis
Dim value As Integer
 
instance.TitleRotationAngle = value
 
value = instance.TitleRotationAngle
public int TitleRotationAngle {get; set;}
Remarks
The rotation angle only has an effect if the text direction is vertical.
See Also

Reference

RadarValueAxis Class
RadarValueAxis Members