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

DimensionDefinition(String, TextGroupInterval) Constructor

Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DimensionDefinition(
    string dataMember,
    TextGroupInterval textGroupInterval
)

Parameters

Name Type Description
dataMember String

A String that specifies the data member.

textGroupInterval TextGroupInterval

A TextGroupInterval object that specifies a group interval for string values. This value is assigned to the DimensionDefinition.TextGroupInterval property.

See Also