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

MeasureDefinition(String, SummaryType, MeasureCalculation, MeasureCalculationWindowDefinition, String) Constructor

Initializes a new instance of the MeasureDefinition class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public MeasureDefinition(
    string dataMember,
    SummaryType summaryType,
    MeasureCalculation calculation,
    MeasureCalculationWindowDefinition windowDefinition,
    string expression
)

Parameters

Name Type Description
dataMember String

A String that specifies the data member.

summaryType SummaryType

A SummaryType object that specifies the summary function type.

calculation MeasureCalculation

A MeasureCalculation descendant that specifies the calculation applied to the measure.

windowDefinition MeasureCalculationWindowDefinition

A MeasureCalculationWindowDefinition descendant that specifies a window definition used to apply a calculation.

expression String

A String that specifies the measure expression.

See Also