IAltaxoProjectServiceCreateNewGraph(GraphDocument) Method |
Creates a new view content for a graph document.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IGraphController CreateNewGraph(
GraphDocument graph
)
Parameters
- graph GraphDocument
- The graph document.
Return Value
IGraphControllerThe view content for the provided graph document.
See Also