MultiDimensionalData.GetAxisPointByUniqueValues(String, Object[]) Method
Gets the axis point for the specified axis by unique values.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| axisName | String | A string value returned by the DashboardDataAxisNames class that specifies the name of the data axis. |
| values | Object[] | A hierarchy of unique values identifying the required axis point. |
Returns
| Type | Description |
|---|---|
| AxisPoint | An AxisPoint object representing the data point belonging to the specified axis. |
See Also