Skip to main content

DimensionTopNMode Enum

Lists values that specify whether the largest or smallest values should be displayed.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum DimensionTopNMode

#Members

Name Description
Top

The largest values are displayed.

Bottom

The smallest values are displayed.

#Related API Members

The following properties accept/return DimensionTopNMode values:

#Remarks

Values listed by this enumeration are used to set the DimensionTopNOptions.Mode property.

See Also