Click or drag to resize

LinePlotStyleCopyFrom(LinePlotStyle, EventFiring) Method

Copies values from another LinePlotStyle instance.

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(
	LinePlotStyle from,
	EventFiring eventFiring
)

Parameters

from  LinePlotStyle
The instance to copy from.
eventFiring  EventFiring
The event firing mode to use when resuming notifications.
See Also