Back to Devexpress

Gauge.Minimum Property

dashboard-devexpress-dot-dashboardcommon-dot-gauge-f4541003.md

latest1.7 KB
Original Source

Gauge.Minimum Property

Gets or sets the minimum value of the gauge scale.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(null)]
public double? Minimum { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Minimum As Double?

Property Value

TypeDefaultDescription
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

Maximum

Gauge Scale

Gauge Class

Gauge Members

DevExpress.DashboardCommon Namespace