DashboardDataAxisNames Class
In This Article
Lists constants used to identify various types of data axes.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.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.
See Also