Click or drag to resize

XYZColumnPlotItemCopyFrom(XYZColumnPlotItem, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem.CopyFrom(Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem,System.Boolean)"]


Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyFrom(
	XYZColumnPlotItem from,
	bool withBaseMembers
)

Parameters

from  XYZColumnPlotItem

[Missing <param name="from"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem.CopyFrom(Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem,System.Boolean)"]

withBaseMembers  Boolean

[Missing <param name="withBaseMembers"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem.CopyFrom(Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem,System.Boolean)"]

See Also