ArcScale.StartAngle Property
Gets or sets the angle at which the scale starts.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
Declaration
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.
See Coordinate System, to learn about angle measurement.
See Also