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

ArcScale.StartAngle Property

Gets or sets the angle at which the scale starts.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.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