Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxis.GetDimensions() Method

Gets the dimensions used to create a hierarchy of axis points belonging to the current axis.

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