DimensionTopNMode Enum
Lists values that specify whether the largest or smallest values should be displayed.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Top
|
The largest values are displayed. |
Bottom
|
The smallest values are displayed. |
Remarks
Values listed by this enumeration are used to set the DimensionTopNOptions.Mode property.
See Also