Click or drag to resize

GraphDocumentCopyFrom Method

Copies data from another graph document.

Namespace: Altaxo.Graph.Graph3D
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 source document.
options  GraphCopyOptions
The copy options.
See Also