AxisPointTuple.AvailableAxisNames Property
Gets the names of available data axes for the current AxisPointTuple.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
List<String> | A list of String objects that are the names of available data axes. |
Remarks
The DashboardDataAxisNames class exposes constants that identify possible types of data axes.
See Also