Click or drag to resize

XYPlotLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions) Method

Copies graph items and optionally child layers from another host layer.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void InternalCopyGraphItems(
	HostLayer from,
	GraphCopyOptions options
)

Parameters

from  HostLayer
The source layer.
options  GraphCopyOptions
The copy options.
See Also