Click or drag to resize

PlotItemCollectionAdd(IGPlotItem) Method

Adds a plot item to the collection.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	IGPlotItem item
)

Parameters

item  IGPlotItem
The item to add.
See Also