Back to Devexpress

Gauge.Maximum Property

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

latest1.7 KB
Original Source

Gauge.Maximum Property

Gets or sets the maximum 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? Maximum { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Maximum As Double?

Property Value

TypeDefaultDescription
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.

See Also

Minimum

Gauge Scale

Gauge Class

Gauge Members

DevExpress.DashboardCommon Namespace