Skip to main content

MultiDimensionalData.GetAxisRoot(String) Method

Gets the root axis point belonging to the specified data axis.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public AxisPoint GetAxisRoot(
    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
AxisPoint

An AxisPoint object that is the root axis point.

See Also