Skip to main content

XRGauge.Minimum Property

Specifies the minimum value of the Gauge scale.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public float? Minimum { get; set; }

Property Value

Type Default Description
Nullable<Single> null

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

See Also