Click or drag to resize

PlotItemCollectionCopyFrom(PlotItemCollection, GraphCopyOptions) Method

Copies settings from another plot item collection.

Namespace: Altaxo.Graph.Gdi.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