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

BaseRangeBar.EndOffset Property

Gets or sets the offset of the range bar’s most distant arc from the scale arc (in case of an arc scale) or the offset of the range bar’s right edge from the scale axis (in case of a linear scale).

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
Single 10

The end offset of the range bar, in relative coordinates.

Remarks

To specify the start offset of the range bar, use the BaseRangeBar.StartOffset property.

Arc Scale Linear Scale
ArcScaleRangeBar_Offsets LinearRangeBarOffsets

See Coordinate System, to learn about relative coordinates.

See Also