Back to Devexpress

LinearScaleRangeBar.AnchorValue Property

wpf-devexpress-dot-xpf-dot-gauges-dot-linearscalerangebar.md

latest1.7 KB
Original Source

LinearScaleRangeBar.AnchorValue Property

Gets or sets the value on a scale that specifies the fixed edge of the range bar.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double AnchorValue { get; set; }
vb
Public Property AnchorValue As Double

Property Value

TypeDescription
Double

A Double value on a scale.

|

Remarks

Use the AnchorValue property together with the ValueIndicatorBase.Value property (derived from the base ValueIndicatorBase class) to set the position of entire range bar on the scale.

The following image illustrates the property behavior:

See Also

Value

LinearScaleRangeBar Class

LinearScaleRangeBar Members

DevExpress.Xpf.Gauges Namespace