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

XRGauge.ActualValue Property

Specifies a measure that provides data for calculating the actual Gauge value.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatData)]
[DefaultValue(null)]
public float? ActualValue { get; set; }

Property Value

Type Default Description
Nullable<Single> *null*

A Single value; null (Nothing in Visual Basic) to define this value automatically.

See Also