Skip to main content
A newer version of this page is available. .

DimensionTopNMode Enum

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum DimensionTopNMode

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