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

MultiDimensionalData.GetAxis(String) Method

Gets the specified data axis.

Namespace: DevExpress.DashboardCommon.ViewerData

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

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