Back to Devexpress

XRGauge.ActualValue Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrgauge-1b168bcd.md

latest1.5 KB
Original Source

XRGauge.ActualValue Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public float? ActualValue { get; set; }
vb
<SRCategory(ReportStringId.CatData)>
<DefaultValue(Nothing)>
Public Property ActualValue As Single?

Property Value

TypeDefaultDescription
Nullable<Single>null

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

|

See Also

ActualValue

XRGauge Class

XRGauge Members

DevExpress.XtraReports.UI Namespace