dotnetCHARTING Send comments on this topic.
OrientationAngle Property
See Also 
dotnetCHARTING Namespace > Axis Class : OrientationAngle Property


Gets or sets an angle measured in degrees clockwise from the y-axis specifying the direction a gauge axis is oriented.

Syntax

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

Example

Remarks

When RangeAngle is set, the orientation is the point the middle of the axis is facing. When SweepAngle is set, the orientation is the starting angle of the sweep.

See Also

© 2010 All Rights Reserved.