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

BaseRangeBar.StartOffset Property

Gets or sets the offset of the range bar’s nearest arc from the scale center (in case of an arc scale) or the offset of the range bar’s left 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(0F)]
[XtraSerializableProperty]
public float StartOffset { get; set; }

Property Value

Type Default Description
Single 0

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

Remarks

To specify the end offset of a range bar, use the BaseRangeBar.EndOffset property.

Arc Scale Linear Scale
ArcScaleRangeBar_Offsets LinearRangeBarOffsets

See Coordinate System, to learn about relative coordinates.

See Also