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

XRGauge.TargetValue Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatData)]
[DefaultValue(null)]
public float? TargetValue { 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