AxisPoint.ChildItems Property
In This Article
Gets the child axis points for the current AxisPoint.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ReadOnlyCollection<AxisPoint> ChildItems { get; }
#Property Value
Type | Description |
---|---|
Read |
A collection of Axis |
See Also