ArcScale.EndAngle Property
Gets or sets the angle at which the scale ends.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | 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