Back to Devexpress

ArcScaleRangeBarComponent.EndAngle Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalerangebarcomponent-4a1d1ac6.md

latest2.3 KB
Original Source

ArcScaleRangeBarComponent.EndAngle Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(0F)]
[DXCategory("Appearance")]
public float EndAngle { get; set; }
vb
<DefaultValue(0F)>
<DXCategory("Appearance")>
Public Property EndAngle As Single

Property Value

TypeDefaultDescription
Single0

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

|

Remarks

A circular scale’s start and end positions are measured in degrees relative to the 0 -degree mark, located at the 3 o’clock position. Moving in the clockwise direction from this mark gives you a positive value angle, in the counter-clockwise direction - a negative value angle. To specify these start and end angles, use the ArcScaleRangeBarComponent.StartAngle and EndAngle properties respectively. See the Coordinate System topic to learn more.

See Also

StartAngle

Coordinate System

ArcScaleRangeBarComponent Class

ArcScaleRangeBarComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace