Skip to main content

Gauge.Minimum Property

Gets or sets the minimum 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? 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