Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

public abstract class FormatConditionMinMaxBase :
    FormatConditionStyleBase

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.

See Also