MeasureCollection Class
In This Article
A collection of Measure objects.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return MeasureCollection objects:
#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.
See Also