StructAngleRange
Represents a structure that defines the starting and sweeping angles of an ellipse Arc.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
[TypeConverter(typeof(StringToAngleRangeConverter))]
public struct AngleRange
Inherited Members
Constructors
AngleRange(double, double)
Initializes a new instance of the AngleRange struct.
Fields
Default
The default structure value with its starting angle set to 0 and its sweep angle set to 360.
Properties
StartAngle
Gets or sets start angle from which the arc starts.
SweepAngle
Gets or sets the angle that defines the length of the Arc.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(AngleRange, AngleRange)
Implements the operator !=.
Declaration
public static bool operator !=(AngleRange r1, AngleRange r2)
Parameters
r1
The first range.
r2
The second range.
Returns
The result of the operator.
operator ==(AngleRange, AngleRange)
Implements the operator ==.
Declaration
public static bool operator ==(AngleRange r1, AngleRange r2)
Parameters
r1
The first range.
r2
The second range.
Returns
The result of the operator.