Click or drag to resize

XYColumnPlotItemCopyFrom(XYColumnPlotItem, Boolean) Method

Copies the content of another plot item.

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

Parameters

from  XYColumnPlotItem
The source plot item.
withBaseMembers  Boolean
If set to true, base members are copied as well.
See Also