Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public double AnchorValue { get; set; }

Property Value

Type Description
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:

AnchorValue_Linear

See Also