Back to Devexpress

XRGauge.Minimum Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrgauge-388bba20.md

latest1.4 KB
Original Source

XRGauge.Minimum Property

Specifies the minimum value of the Gauge scale.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public float? Minimum { get; set; }
vb
<SRCategory(ReportStringId.CatData)>
<DefaultValue(Nothing)>
Public Property Minimum As Single?

Property Value

TypeDefaultDescription
Nullable<Single>null

A Single value; null ( Nothing in Visual Basic) to define this value automatically.

|

See Also

Minimum

XRGauge Class

XRGauge Members

DevExpress.XtraReports.UI Namespace