IMouseApiProvider.GetAxisPoint(String, IList) Method
In This Article
Gets the axis point for the specified axis by the specified values.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
axis |
String | A string value contained in the Dashboard |
dimension |
IList | A list of values identifying the required point. |
#Returns
Type | Description |
---|---|
Axis |
An Axis |
See Also