Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxis.GetPoints() Method

Returns axis points corresponding to values of the last-level dimension.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPoint[] GetPoints()

Returns

Type Description
ASPxClientDashboardItemDataAxisPoint[]

An array of ASPxClientDashboardItemDataAxisPoint objects that are axis points corresponding to values of the last-level dimension.

Remarks

If the Drill-Down feature is enabled, the GetPoints method returns axis points corresponding to dimension values currently displayed within the dashboard item.

See Also