Click or drag to resize

XYFunctionPlotItemCopyFrom(XYFunctionPlotItem, Boolean) Method

Copies values from another XYFunctionPlotItem instance.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyFrom(
	XYFunctionPlotItem from,
	bool withBaseMembers
)

Parameters

from  XYFunctionPlotItem
The instance to copy from.
withBaseMembers  Boolean
If set to , base class members are copied as well.
See Also