Skip to main content

ValueIndicatorComponent<TProvider>.Value Property

Gets or sets the value of a scale indicator.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public float? Value { get; set; }

Property Value

Type Description
Nullable<Single>

A Single nullable value that specifies the position of a value indicator on the scale.

See Also