IMouseApiProvider.GetAxisPoint(String, IList) Method
Gets the axis point for the specified axis by the specified values.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.1.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
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