DimensionTopNOptions.Count Property
Gets or sets the number of top or bottom values to be displayed.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
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 |
|
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.