DimensionTopNOptions.Mode Property
Gets or sets whether the smallest or largest values should be displayed.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DimensionTopNMode.Top)]
public DimensionTopNMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dimension |
Top | A Dimension |
Available values:
Name | Description |
---|---|
Top | The largest values are displayed. |
Bottom | The smallest values are displayed. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Mode |
---|---|
Dimension |
|
#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.