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


Gets or sets an angle measured in degrees clockwise from the OrientationAngle to the other side of the axis.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.