Back to Devexpress

DashboardDataAxisNames Class

dashboard-devexpress-dot-dashboardcommon-eee6ab53.md

latest1.3 KB
Original Source

DashboardDataAxisNames Class

Lists constants used to identify various types of data axes.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public static class DashboardDataAxisNames
vb
Public Module 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

DashboardDataAxisNames Members

DevExpress.DashboardCommon Namespace