Skip to main content

MultiDimensionalData.GetAxisNames() Method

In This Article

Gets the names of the axes that constitute the current MultiDimensionalData object.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public IList<string> GetAxisNames()

#Returns

Type Description
IList<String>

A list of String values that represent the names of the axes.

See Also