Click or drag to resize

PlotItemCollectionRemove Method

Removes an plot item from the list.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Remove(
	IGPlotItem plotitem
)

Parameters

plotitem  IGPlotItem
The item to remove.

Return Value

Boolean
True if the item was removed. False otherwise.
See Also