DataDashboardItem.GetDimensions() Method
Returns the dimensions used to provide data for the current dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v26.1.Core.dll
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