Click or drag to resize

IAltaxoProjectServiceOpenOrCreateGraphForGraphDocument Method

Opens a view that shows the graph
C#
graph
. If no view for the graph can be found, a new default view is created.

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

Parameters

graph  GraphDocument
The graph for which a view must be found.

Return Value

Object
The view content for the provided graph.
See Also