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

XRGauge.Maximum Property

Specifies sets the maximum value of the Gauge scale.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatData)]
[DefaultValue(null)]
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