Click or drag to resize

ScatterPlotStyleCopyFrom(ScatterPlotStyle, EventFiring) Method

Copies all style settings from another scatter-plot style.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyFrom(
	ScatterPlotStyle from,
	EventFiring eventFiring
)

Parameters

from  ScatterPlotStyle
The source style.
eventFiring  EventFiring
Controls how change events are raised.
See Also