Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxisPoint.GetDimensions() Method

Gets the collection of dimensions used to create a hierarchy of axis points from the root point to the current axis point.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public ASPxClientDashboardItemDataDimension[] GetDimensions()

Returns

Type Description
ASPxClientDashboardItemDataDimension[]

An array of ASPxClientDashboardItemDataDimension objects that contain the dimension metadata.

See Also