DataDashboardItem.GetDimensions() Method
Returns the dimensions used to provide data for the current dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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