Skip to main content

DataDashboardItem.GetDimensions() Method

Returns the dimensions used to provide data for the current dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public List<Dimension> GetDimensions()

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