Click or drag to resize

IPlotGroupStyleTransferFrom 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.3179.0 (4.8.3179.0)
Syntax
C#
void TransferFrom(
	IPlotGroupStyle from
)

Parameters

from  IPlotGroupStyle
The instance to copy the core properties from.
See Also