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

Dimension(DimensionDefinition) Constructor

Initializes a new instance of the Dimension class based on the specified dimension definition.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public Dimension(
    DimensionDefinition definition
)

Parameters

Name Type Description
definition DimensionDefinition

A DimensionDefinition object that specifies the dimension definition.

See Also