Click or drag to resize

MiniProjectBuilderCopyGraphToNewDocument Method

Copies the graph document into the mini project.

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyGraphToNewDocument(
	GraphDocumentBase oldGraph,
	bool ensureEmbeddedObjectRenderingOptionsStoredInGraph
)

Parameters

oldGraph  GraphDocumentBase
The graph document to copy.
ensureEmbeddedObjectRenderingOptionsStoredInGraph  Boolean
If set to true, embedded-object rendering options are stored explicitly in the copied graph.
See Also