Skip to main content

DataAxis.GetPointByUniqueValues(Object[]) Method

Gets the axis point by unique values.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public AxisPoint GetPointByUniqueValues(
    object[] values
)

Parameters

Name Type Description
values Object[]

A hierarchy of unique values corresponding to the required axis point.

Returns

Type Description
AxisPoint

An AxisPoint object that is the axis point.

See Also