Back to Devexpress

BaseRangeBar.AnchorValue Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-baserangebar-7c903dcc.md

latest1.9 KB
Original Source

BaseRangeBar.AnchorValue Property

Gets or sets the start value of the range.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(0F)]
public float AnchorValue { get; set; }
vb
<DefaultValue(0F)>
Public Property AnchorValue As Single

Property Value

TypeDefaultDescription
Single0

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 ScaleLinear Scale

See Also

BaseRangeBar Class

BaseRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace