Skip to main content

Gauge.Maximum Property

Gets or sets the maximum value of the gauge scale.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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