dashboard-devexpress-dot-dashboardcommon-1930c220.md
A collection of Measure objects.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class MeasureCollection :
DataItemCollection<Measure>
Public Class MeasureCollection
Inherits DataItemCollection(Of Measure)
The following members return MeasureCollection objects:
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.
Object Collection<Measure> NotifyingCollection<Measure> DataItemCollection<Measure> MeasureCollection
See Also