Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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