Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxisPoint.GetChildren() Method

Gets the child axis points for the current axis point.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPoint[] GetChildren()

Returns

Type Description
ASPxClientDashboardItemDataAxisPoint[]

An array of ASPxClientDashboardItemDataAxisPoint objects representing child axis points.

See Also