Back to Devexpress

MeasureCollection Class

dashboard-devexpress-dot-dashboardcommon-1930c220.md

latest3.1 KB
Original Source

MeasureCollection Class

A collection of Measure objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class MeasureCollection :
    DataItemCollection<Measure>
vb
Public Class MeasureCollection
    Inherits DataItemCollection(Of Measure)

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.

Inheritance

Object Collection<Measure> NotifyingCollection<Measure> DataItemCollection<Measure> MeasureCollection

See Also

MeasureCollection Members

Measure

DevExpress.DashboardCommon Namespace