Removes the specified graphics object. Derived classes can override this function not only to remove from the collection of graph objects,
but also from other places were graph objects can be stored, e.g. inside axis styles.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool Remove(
IGraphicBase go
)
Parameters
- go IGraphicBase
- The graphics object to remove..
Return Value
BooleanTrue if the graph object was removed; otherwise false.
See Also