DashboardFormatConditionAboveBelowType Enum
Lists values used to specify the comparison logic used to apply formatting according to the average value.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Above
|
The range that includes values above the average value. |
AboveOrEqual
|
The range that includes values above or equal to the average value. |
Below
|
The range that includes values below the average value. |
BelowOrEqual
|
The range that includes values below or equal to the average value. |
Remarks
Values listed in this enumeration are used to set the FormatConditionAverage.AverageType property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DashboardFormatConditionAboveBelowType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.