IPlotGroupStyleTransferFrom Method |
Transfers the core properties (but not the adminstrative properties like isStepEnabled) from another instance to this instance.
Namespace: Altaxo.Graph.Plot.GroupsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void TransferFrom(
IPlotGroupStyle from
)
Parameters
- from IPlotGroupStyle
- The instance to copy the core properties from.
See Also