Back to Devexpress

DashboardFormatConditionAboveBelowType Enum

dashboard-devexpress-dot-dashboardcommon-cd2a746d.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardFormatConditionAboveBelowType
vb
Public Enum DashboardFormatConditionAboveBelowType

Members

NameDescription
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.

|

The following properties accept/return DashboardFormatConditionAboveBelowType values:

Remarks

Values listed in this enumeration are used to set the FormatConditionAverage.AverageType property.

See Also

DevExpress.DashboardCommon Namespace