Spread Windows Forms 12.0 Product Documentation
LabelRotationAngle Property (RadarValueAxis)


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

Reference

RadarValueAxis Class
RadarValueAxis Members