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

MeasureCollection Class

A collection of Measure objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class MeasureCollection :
    DataItemCollection<Measure>

Remarks

The MeasureCollection holds the collection of measures that provide data used to calculate summary values for dashboard items.

For instance, the PivotDashboardItem and PieDashboardItem expose the PivotDashboardItem.Values and PieDashboardItem.Values properties to access this collection, respectively.

In the DashboardDesigner, measures of current dashboard item are displayed in the Values section of DATA ITEMS pane.

DashboardDesigner_DataItemsPane_Values

See Also