DashboardFormatConditionTopBottomType Enum
Lists values used to apply conditional formatting to top/bottom values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Top
|
The highest values. |
Bottom
|
The lowest values. |
Remarks
Values listed in this enumeration are used to set the FormatConditionTopBottom.TopBottom property.
See Also