In This Topic
Gets or sets the rotation angle of axis annotations.
Syntax
'Declaration
Public Property AnnoAngle As Double
'Usage
Dim instance As Axis
Dim value As Double
instance.AnnoAngle = value
value = instance.AnnoAngle
public double AnnoAngle {get; set;}
See Also