Skip to main content
A newer version of this page is available. .

DashboardDataAxisNames Class

Lists constants used to identify various types of data axes.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public static class DashboardDataAxisNames

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 DataAxis by its name. To do this, use the MultiDimensionalData.GetAxis method.

Inheritance

Object
DashboardDataAxisNames
See Also