IAltaxoProjectServiceCreateNewGraph(String) Method |
Creates a new graph document and the view for this newly created graph document.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IGraphController CreateNewGraph(
string preferredName
)
Parameters
- preferredName String
- The preferred name the new graph document should have.
Return Value
IGraphControllerThe view content for the newly created graph.
See Also