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

MeasureDefinition(String, SummaryType) 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
)

Parameters

Name Type Description
dataMember String

A String that specifies the data member.

summaryType SummaryType

A SummaryType object that specifies the summary function type.

See Also