Skip to main content

AxisPointTuple.AvailableAxisNames Property

Gets the names of available data axes for the current AxisPointTuple.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public List<string> AvailableAxisNames { get; }

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