Click or drag to resize

PlotItemCollectionParentCollection Property

Gets the collection to which this plot item belongs. Can be for the root item.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PlotItemCollection? ParentCollection { get; }

Property Value

PlotItemCollection

Implements

IGPlotItemParentCollection
See Also