Click or drag to resize

PlotGroupStyleCollectionBaseTransferFromTo Method

Transfers state from one plot-group style collection to another for matching style types.

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

Parameters

from  PlotGroupStyleCollectionBase
The source collection.
tothis  PlotGroupStyleCollectionBase
The target collection.
See Also