.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : RangeAngle Property
RangeAngle Property
Gets or sets an angle measured in degrees that is centered at the orientation angle.
Syntax
'Declaration
 
Public Property RangeAngle As Integer
'Usage
 
Dim instance As Axis
Dim value As Integer
 
instance.RangeAngle = value
 
value = instance.RangeAngle
public int RangeAngle {get; set;}
Remarks
Example: If the orientation angle is 100 and the range angle is 100, the axis will begin at 50 degrees and end at 150 degrees.
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