Click or drag to resize

DropLinePlotStyleCopyFrom(DropLinePlotStyle, EventFiring) Method

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

Parameters

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