XYColumnPlotItemCopyFrom(XYColumnPlotItem, Boolean) Method |
Copies the content of another plot item.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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