Skip to main content

AxisPoint.ChildItems Property

Gets the child axis points for the current AxisPoint.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ReadOnlyCollection<AxisPoint> ChildItems { get; }

Property Value

Type Description
ReadOnlyCollection<AxisPoint>

A collection of AxisPoint objects representing child axis points.

See Also