Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.GetAxis(String) Method

Returns the specified data axis.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxis GetAxis(
    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
ASPxClientDashboardItemDataAxis

A ASPxClientDashboardItemDataAxis object that contains data points corresponding to the specified value hierarchy.

See Also