FormatConditionMinMaxBase.Minimum Property
Gets or sets the minimum value in a range.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
Decimal | A Decimal value that specifies the minimum value in a range. |
Remarks
Use the FormatConditionMinMaxBase.MinimumType property to set the type of the specified value.
See Also