Skip to main content
A newer version of this page is available. .

ValueIndicatorComponent<TProvider>.ActualValue Property

Gets the actual value of an indicator.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[Browsable(false)]
public float ActualValue { get; }

Property Value

Type Description
Single

A Single value that is the actual value of an indicator.

See Also