Gauge.Minimum Property
Gets or sets the minimum value of the gauge scale.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
See Also