FarPoint.Win.Chart
LabelRotationAngle Property
See Also 
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > Series Class : LabelRotationAngle Property


Gets or sets the rotation angle for label

Syntax

Visual Basic (Declaration) 
Public Property LabelRotationAngle As Integer
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Integer
 
instance.LabelRotationAngle = value
 
value = instance.LabelRotationAngle
C# 
public int LabelRotationAngle {get; set;}

See Also