ArcScale.EndAngle Property
Gets or sets the angle at which the scale ends.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Single | 360 | The angle at which the scale ends, in degrees. |
Remarks
The value displayed at the end of the scale is specified by the ArcScale.MaxValue property.

See Coordinate System, to learn about angle measurement.
See Also