MeasureDescriptor Class
Contains the measure metadata.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The measure metadata contains the following information:
- the MeasureDescriptor.DataMember that identifies the data source list used to provide data for the current measure;
- the MeasureDescriptor.SummaryType value that identifies the type of summary function calculated against this measure;
- the name of the measure (the MeasureDescriptor.Name property);
- the data item identifier (the MeasureDescriptor.ID property).
Use the MeasureDescriptor.Format method to format the specified value using the format setting for the current measure.
Inheritance
Object
MeasureDescriptor
See Also