Skip to main content

ArcScale.EndAngle Property

Gets or sets the angle that specifies the scale end position.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(60, Handler = "EndAnglePropertyChanged")]
public double EndAngle { get; set; }

Property Value

Type Description
Double

A Double value that is the end angle of the scale.

Remarks

A scale’s start and end positions are defined by the ArcScale.StartAngle and EndAngle properties. In this case, an angle increases in the clockwise direction and decreases in a counterclockwise direction.

Note that the EndAngle can either be less than the StartAngle or greater than the StartAngle - both situations are correct.

Example: How to: Use ArcScale

See Also