Skip to main content

ArcScale.StartAngle Property

Gets or sets the angle at which the scale starts.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

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

Property Value

Type Default Description
Single 0

The angle at which the scale starts, in degrees.

Remarks

The value displayed at the beginning of the scale is specified by the ArcScale.MinValue property.

CircularGaugesAngles1

See Coordinate System, to learn about angle measurement.

See Also