PlotItemCopyFrom(PlotItem, Boolean) Method |
Copies state from another plot item.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CopyFrom(
PlotItem from,
bool withBaseMembers
)
Parameters
- from PlotItem
- The plot item to copy from.
- withBaseMembers Boolean
- If set to , base-class members are copied as well.
See Also