Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxis.GetPointByUniqueValues(Object[]) Method

Returns the data point for the specified axis by unique values.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public ASPxClientDashboardItemDataAxisPoint GetPointByUniqueValues(
    object[] uniqueValues
)

Parameters

Name Type Description
uniqueValues Object[]

A hierarchy of unique values identifying the required data point.

Returns

Type Description
ASPxClientDashboardItemDataAxisPoint

An ASPxClientDashboardItemDataAxisPoint object representing the data point belonging to the specified axis.

See Also