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