Click or drag to resize

PlotItemCollectionChildNodes Property

Gets the child plot items as a list.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IList<IGPlotItem> ChildNodes { get; }

Property Value

IListIGPlotItem

Implements

ITreeListNodeTChildNodes
See Also