Skip to main content
A newer version of this page is available. .

ArcScaleRangeBarComponent.StartAngle Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

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

Property Value

Type Default Description
Single 0

A Single value (in degrees).

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 StartAngle and ArcScaleRangeBarComponent.EndAngle properties respectively. See the Coordinate System topic to learn more.

CircularGaugesAngles

See Also