Skip to main content

BaseRangeBar.AnchorValue Property

Gets or sets the start value of the range.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v24.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

#Declaration

[DefaultValue(0F)]
public float AnchorValue { get; set; }

#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
ArcScaleRangeBar_AnchorValue LinearScaleRangeBar_AnchorValue
See Also