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

MeasureDescriptorCollection Class

A collection of MeasureDescriptor objects.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public class MeasureDescriptorCollection :
    ReadOnlyCollection<MeasureDescriptor>

The following members return MeasureDescriptorCollection objects:

Remarks

The MultiDimensionalData.GetMeasures method returns the MeasureDescriptorCollection object.

Inheritance

Object
ReadOnlyCollection<MeasureDescriptor>
MeasureDescriptorCollection
See Also