ScatterPlotStyleCopyFrom(ScatterPlotStyle, EventFiring) Method |
Copies all style settings from another scatter-plot style.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
ScatterPlotStyle from,
EventFiring eventFiring
)
Parameters
- from ScatterPlotStyle
- The source style.
- eventFiring EventFiring
- Controls how change events are raised.
See Also