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

Gauge.Maximum Property

Gets or sets the maximum value of the gauge scale.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

[DefaultValue(null)]
public double? Maximum { get; set; }

Property Value

Type Default Description
Nullable<Double> *null*

A Double value that specifies the maximum value of the gauge scale; null (Nothing in Visual Basic) to define this value automatically.

Remarks

To specify the minimum value of the gauge scale, use the Gauge.Minimum property.

Gauges_MinimumMaximumValues

See Also