Skip to main content
A newer version of this page is available. .

AxisPointTuple.AvailableAxisNames Property

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

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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