Back to Devexpress

BaseRangeBar.StartOffset Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-baserangebar-dbe1c468.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(0F)]
public float StartOffset { get; set; }
vb
<DefaultValue(0F)>
Public Property StartOffset As Single

Property Value

TypeDefaultDescription
Single0

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 ScaleLinear Scale

See Coordinate System, to learn about relative coordinates.

See Also

EndOffset

Coordinate System

BaseRangeBar Class

BaseRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace