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

IMouseApiProvider.GetAxisPoint(String, IList) Method

Gets the axis point for the specified axis by the specified values.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v19.1.Wpf.dll

Declaration

AxisPoint GetAxisPoint(
    string axisName,
    IList dimensionValues
)

Parameters

Name Type Description
axisName String

A string value contained in the DashboardDataAxisNames class that specifies the name of the data axis.

dimensionValues IList

A list of values identifying the required point.

Returns

Type Description
AxisPoint

An AxisPoint object that is the data point on the specified axis.

See Also