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


Gets or sets an angle measured in degrees that is centered at the orientation angle.

Syntax

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

Example

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.

See Also

© 2010 All Rights Reserved.