Click or drag to resize

IAltaxoProjectServiceRemoveGraph Method

This will remove the Graph from the corresponding forms collection.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void RemoveGraph(
	IGraphController ctrl
)

Parameters

ctrl  IGraphController
The Graph to remove.
Remarks
No exception is thrown if the Form frm is not a member of the workbench views collection.
See Also