DataDashboardItem.GetDimensions() Method
Returns the dimensions used to provide data for the current dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Returns
| Type | Description |
|---|---|
| List<Dimension> | A list of Dimension objects that represent the dimensions used to provide data for the current dashboard item. |
See Also