XRGauge.Maximum Property
Specifies sets the maximum value of the Gauge scale.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public float? Maximum { 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