IAltaxoProjectServiceRemoveGraph Method |
This will remove the Graph from the corresponding forms collection.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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