Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[DefaultValue(0F)]
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