Back to Devexpress

XRGauge.TargetValue Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrgauge-b500b678.md

latest1.5 KB
Original Source

XRGauge.TargetValue Property

Specifies a measure that provides data for calculating the target 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? TargetValue { get; set; }
vb
<SRCategory(ReportStringId.CatData)>
<DefaultValue(Nothing)>
Public Property TargetValue As Single?

Property Value

TypeDefaultDescription
Nullable<Single>null

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

|

See Also

TargetValue

XRGauge Class

XRGauge Members

DevExpress.XtraReports.UI Namespace