Skip to main content
All docs
V18.2

DashboardDataAxisNames Class

Lists constants used to identify various types of data axes.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class DashboardDataAxisNames :
    JavaScriptObject

Remarks

Use the DashboardDataAxisNames constants to pass the name of the axis as the parameter. For instance, you can use these constants to obtain the ASPxClientDashboardItemDataAxis by its name. To do this, use the ASPxClientDashboardItemData.GetAxis method.

Inheritance

Object
DevExpress.Web.Scripts.JavaScriptObject
DashboardDataAxisNames
See Also