Skip to main content

AxisPointTuple.GetAxisPoint(String) Method

Gets the axis point from the current AxisPointTuple object by the specified axis name.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public AxisPoint GetAxisPoint(
    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 axis point from the current AxisPointTuple object.

See Also