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

DimensionDefinition(String, DateTimeGroupInterval) 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,
    DateTimeGroupInterval dateTimeGroupInterval
)

Parameters

Name Type Description
dataMember String

A String that specifies the data member.

dateTimeGroupInterval DateTimeGroupInterval

A DateTimeGroupInterval object that specifies a group interval for date-time values. This value is assigned to the DimensionDefinition.DateTimeGroupInterval property.

See Also