Back to Devexpress

BaseRangeBar.EndOffset Property

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

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDefaultDescription
Single10

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

See Coordinate System, to learn about relative coordinates.

See Also

StartOffset

Coordinate System

BaseRangeBar Class

BaseRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace