Skip to main content

MultiDimensionalData.GetAxis(String) Method

Gets the specified data axis.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public DataAxis GetAxis(
    string axisName
)

#Parameters

Name Type Description
axisName String

A string value returned by the DashboardDataAxisNames class that specifies the name of the data axis.

#Returns

Type Description
DataAxis

A DataAxis object that contains data points corresponding to the specified value hierarchy.

See Also