StructAngleRange
Represents a structure that defines the starting and sweeping angles of an ellipse Arc.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
[TypeConverter(typeof(StringToAngleRangeConverter))]
public struct AngleRange
Inherited Members
Constructors
AngleRange(double, double)
Initializes a new instance of the AngleRange struct.
AngleRange(double, double, SweepDirection)
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.
SweepDirection
Gets or sets the sweep direction.
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
SweepDirection
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)
Determines whether two angle ranges are not equal.
Declaration
public static bool operator !=(AngleRange range1, AngleRange range2)
Parameters
range1
The first range.
range2
The second range.
Returns
true if the operands are not equal; otherwise, false.
operator ==(AngleRange, AngleRange)
Determines whether two angle ranges are equal.
Declaration
public static bool operator ==(AngleRange range1, AngleRange range2)
Parameters
range1
The first range.
range2
The second range.
Returns
true if the operands are equal; otherwise, false.