PlotItemCollectionRemove Method |
Removes an plot item from the list.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Remove(
IGPlotItem plotitem
)
Parameters
- plotitem IGPlotItem
- The item to remove.
Return Value
BooleanTrue if the item was removed. False otherwise.
See Also