DashboardDataAxisNames Class
Lists constants used to identify various types of data axes.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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