Skip to main content

DimensionTopNOptions.Mode Property

Gets or sets whether the smallest or largest values should be displayed.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(DimensionTopNMode.Top)]
public DimensionTopNMode Mode { get; set; }

Property Value

Type Default Description
DimensionTopNMode Top

A DimensionTopNMode enumeration member that specifies whether the smallest or largest values should be displayed.

Property Paths

You can access this nested property as listed below:

Object Type Path to Mode
Dimension
.TopNOptions .Mode

Remarks

To specify the number of values to be displayed, use the DimensionTopNOptions.Count property. To specify the measure by which the values should be ranged, use the DimensionTopNOptions.Measure property.

Use the DimensionTopNOptions.Enabled property to enable/disable the Top N Values feature.

See Also