Dimension(DimensionDefinition) Constructor
Initializes a new instance of the Dimension class based on the specified dimension definition.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| definition | DimensionDefinition | A DimensionDefinition object that specifies the dimension definition. |
See Also