Click or drag to resize

IAltaxoProjectServiceCreateNewGraph(GraphDocument) Method

Creates a new view content for a graph document.

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

Parameters

graph  GraphDocument
The graph document.

Return Value

IGraphController
The view content for the provided graph document.
See Also