DataDashboardItem.GetDimensions() Method
In This Article
Returns the dimensions used to provide data for the current dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.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