Skip to main content

DimensionTopNOptions.Measure Property

Gets or sets the Measure by whose values the dimension values are ranged.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public Measure Measure { get; set; }

Property Value

Type Default Description
Measure null

A Measure object that specifies the measure by whose values the dimension values are ranged.

Property Paths

You can access this nested property as listed below:

Object Type Path to Measure
Dimension
.TopNOptions .Measure

Remarks

To specify whether to display the largest or smallest values, use the DimensionTopNOptions.Mode property. To specify the number of values to be displayed, use the DimensionTopNOptions.Count property.

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the Measure property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also