Click or drag to resize

IAltaxoProjectServiceCreateNewGraph(String) Method

Creates a new graph document and the view for this newly created graph document.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IGraphController CreateNewGraph(
	string preferredName
)

Parameters

preferredName  String
The preferred name the new graph document should have.

Return Value

IGraphController
The view content for the newly created graph.
See Also