Click or drag to resize

GraphDocumentCopyFrom Method

Copies graph content from another graph document using the specified copy options.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyFrom(
	GraphDocument from,
	GraphCopyOptions options
)

Parameters

from  GraphDocument
The graph document to copy from.
options  GraphCopyOptions
The copy options.
See Also