Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxisPoint.GetParent() Method

Gets the parent axis point for the current axis point.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPoint GetParent()

Returns

Type Description
ASPxClientDashboardItemDataAxisPoint

An ASPxClientDashboardItemDataAxisPoint object representing the parent axis point.

See Also