DataAxis.GetPointByUniqueValues(Object[]) Method
In This Article
Gets the axis point by unique values.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
values | Object[] | A hierarchy of unique values corresponding to the required axis point. |
#Returns
Type | Description |
---|---|
Axis |
An Axis |
See Also