Click or drag to resize

VariableSymbolSizeGroupStyleTransferFrom Method

Transfers the core properties (but not the adminstrative properties like isStepEnabled) from another instance to this instance.

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

Parameters

from  IPlotGroupStyle
The instance to copy the core properties from.

Implements

IPlotGroupStyleTransferFrom(IPlotGroupStyle)
See Also