Click or drag to resize

PlotItemCollectionCopyFrom(PlotItemCollection, GraphCopyOptions) Method

Copies plot-style information from another collection according to the specified options.

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

Parameters

from  PlotItemCollection
The source collection.
options  GraphCopyOptions
The copy options.
See Also