ActiveReports.Chart Request technical support
RotationAngle Property
See Also 


Gets or sets the rotation angle (in degrees) of the text bar around the AnchorPoint.

Syntax

Visual Basic (Declaration) 
Public Property RotationAngle As Single
Visual Basic (Usage)Copy Code
Dim instance As AnnotationTextBar
Dim value As Single
 
instance.RotationAngle = value
 
value = instance.RotationAngle
C# 
public float RotationAngle {get; set;}

See Also