ActiveReports.Chart Request technical support
Angle Property
See Also 


Gets or sets the clockwise rotation angle of the text in degrees.

Syntax

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

See Also