BaseRangeBar.AnchorValue Property
Gets or sets the start value of the range.
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 value of the range. |
Remarks
The range bar’s start value is specified by the AnchorValue property. By default, the end value is specified by the scale’s current value (ArcScale.Value or LinearScale.Value). To specify a custom end value, call the BaseRangeBar.LockValue method.
Arc Scale | Linear Scale |
---|---|
See Also