Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.GetAxisNames() Method

Gets the names of the axes that constitute the current ASPxClientDashboardItemData.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string[] GetAxisNames()

Returns

Type Description
String[]

An array of String values that represent the names of the axes.

Remarks

The DashboardDataAxisNames class exposes constants that identify possible types of data axes.

See Also