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.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | 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 |
---|---|
See Coordinate System, to learn about relative coordinates.
See Also