Skip to main content

MultiDimensionalData.GetAxisPointByUniqueValues(String, Object[]) Method

Gets the axis point for the specified axis by unique values.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public AxisPoint GetAxisPointByUniqueValues(
    string axisName,
    object[] values
)

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