Click or drag to resize

PlotGroupStyleCollectionBaseTransferFromToIfBothSteppingEnabled Method

Transfers values from one plot group style collection to another when stepping is enabled in both styles.

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

Parameters

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