BaseRangeBar.AnchorValue Property
Gets or sets the start value of the range.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Single | 0 | 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