FormatConditionMinMaxBase Class
Serves as the base class for classes that provides the capability to specify minimum/maximum values used in visualizing numeric data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
For instance, the FormatConditionMinMaxBase class members are used to compare the length of the bars used in FormatConditionBar. If necessary, you can specify values corresponding to the shortest or longest bars using the FormatConditionMinMaxBase.Minimum and FormatConditionMinMaxBase.Maximum properties. Use the FormatConditionMinMaxBase.MinimumType and FormatConditionMinMaxBase.MaximumType properties to specify the type of these values.