Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxis.GetPointsByDimension(String) Method

Returns axis points corresponding to the specified dimension.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPoint[] GetPointsByDimension(
    string dimensionId
)

Parameters

Name Type Description
dimensionId String

A String that is the dimension identifier.

Returns

Type Description
ASPxClientDashboardItemDataAxisPoint[]

An array of ASPxClientDashboardItemDataAxisPoint objects that represent data points in a multidimensional space.

See Also