ArcScaleRangeBarComponent.EndAngle Property
Gets or sets the angle that specifies the scale end position.
Namespace: DevExpress.XtraGauges.Win.Gauges.Circular
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
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.