MeasureCollection Class
A collection of Measure objects.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
Inheritance
See Also