.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : OrientationAngle Property
OrientationAngle Property
Gets or sets an angle measured in degrees clockwise from the y-axis specifying the direction a gauge axis is oriented.
Syntax
'Declaration
 
Public Property OrientationAngle As Integer
'Usage
 
Dim instance As Axis
Dim value As Integer
 
instance.OrientationAngle = value
 
value = instance.OrientationAngle
public int OrientationAngle {get; set;}
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.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also