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

DimensionTopNOptions.Count Property

Gets or sets the number of top or bottom values to be displayed.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(5)]
public int Count { get; set; }

Property Value

Type Default Description
Int32 5

An integer value that specifies the number of top or bottom values to be displayed.

Property Paths

You can access this nested property as listed below:

Object Type Path to Count
Dimension
.TopNOptions .Count

Remarks

To specify whether to display the largest or smallest values, use the DimensionTopNOptions.Mode 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