Click or drag to resize

PlotGroupStyleCollectionBaseCopyFrom(PlotGroupStyleCollectionBase) Method

Copies the contents from another collection.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyFrom(
	PlotGroupStyleCollectionBase from
)

Parameters

from  PlotGroupStyleCollectionBase
The source collection.
See Also