IAltaxoProjectServiceOpenOrCreateGraphForGraphDocument Method |
Opens a view that shows the graph
. If no view for the graph can be found,
a new default view is created.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Object OpenOrCreateGraphForGraphDocument(
GraphDocument graph
)
Parameters
- graph GraphDocument
- The graph for which a view must be found.
Return Value
ObjectThe view content for the provided graph.
See Also