StructAngleRange
Represents a structure that defines the starting and sweeping angles of an ellipse Arc.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public struct AngleRange
Inherited Members
Constructors
AngleRange(double, double)
Initializes a new instance of the AngleRange struct.
AngleRange(double, double, ChartSweepDirection)
Initializes a new instance of the AngleRange struct.
Declaration
public AngleRange(double startAngle, double sweepAngle, ChartSweepDirection sweepDirection)
Parameters
startAngle
The start angle.
sweepAngle
The sweep angle.
sweepDirection
The sweep direction.
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 ChartSweepDirection SweepDirection { get; set; }
Property Value
The sweep direction.
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 range1, AngleRange range2)
Parameters
range1
The first range.
range2
The second range.
Returns
The result of the operator.
operator ==(AngleRange, AngleRange)
Implements the operator ==.
Declaration
public static bool operator ==(AngleRange range1, AngleRange range2)
Parameters
range1
The first range.
range2
The second range.
Returns
The result of the operator.