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

Gauge.Minimum Property

Gets or sets the minimum value of the gauge scale.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
Nullable<Double> *null*

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

Remarks

To specify the maximum value of the gauge scale, use the Gauge.Maximum property.

Gauges_MinimumMaximumValues

See Also