ArcScaleNeedle.EndOffset Property
Gets or sets the offset of the needle’s end point from the scale arc.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | The offset of the needle’s end point from the scale arc, in relative coordinates. |
Remarks
To specify the offset of the needle’s starting point, use the ArcScaleNeedle.StartOffset property.
See Coordinate System, to learn about relative coordinates.
See Also