Skip to main content
All docs
V18.2

ASPxClientDashboardItemClickEventArgs.GetDimensions(String) Method

Gets the dimensions used to create a hierarchy of axis points for the specified axis.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataDimension[] GetDimensions(
    string axisName
)

Parameters

Name Type Description
axisName String

A string value returned by the DashboardDataAxisNames class that specifies the name of the data axis.

Returns

Type Description
ASPxClientDashboardItemDataDimension[]

An array of ASPxClientDashboardItemDataDimension objects that contain the dimension metadata.

See Also