LinearScaleRangeBar.AnchorValue Property
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
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:
See Also