Skip to main content

IMouseApiProvider.GetAxisPoint(String, IList) Method

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

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

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