Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ArcScaleRangeBarComponent.EndAngle Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package: DevExpress.Win.Gauges

#Declaration

[DefaultValue(0F)]
[DXCategory("Appearance")]
public float EndAngle { get; set; }

#Property Value

Type Default Description
Single 0

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.

CircularGaugesAngles

See Also