IAltaxoProjectServiceCreateNewGraphInFolder Method |
Creates a new graph document in a specified folder 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 CreateNewGraphInFolder(
string folderName
)
Parameters
- folderName String
- The folder where to create the new graph.
Return Value
IGraphControllerThe view content for the newly created graph.
See Also