Click or drag to resize

DropAreaPlotStyleCopyFrom(DropAreaPlotStyle, EventFiring) Method

Copies values from another drop-area 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(
	DropAreaPlotStyle from,
	EventFiring eventFiring
)

Parameters

from  DropAreaPlotStyle
The source style.
eventFiring  EventFiring
Controls change-event firing.
See Also