Skip to main content
A newer version of this page is available. .

AxisPoint.ChildItems Property

Gets the child axis points for the current AxisPoint.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public ReadOnlyCollection<AxisPoint> ChildItems { get; }

Property Value

Type Description
ReadOnlyCollection<AxisPoint>

A collection of AxisPoint objects representing child axis points.

See Also