XRGauge.TargetValue Property
Specifies a measure that provides data for calculating the target Gauge value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
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