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

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.v19.1.Core.dll

Declaration

[DefaultValue(0F)]
[XtraSerializableProperty]
public float EndOffset { get; set; }

Property Value

Type Default Description
Single 0

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.

ArcNeedleOffsets

See Coordinate System, to learn about relative coordinates.

See Also