PlotItemCollectionAdd Method |
Adds a plot item to the collection.
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Add(
IGPlotItem item
)
Parameters
- item IGPlotItem
- The plot item to add.
See Also