Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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