Click or drag to resize

DropLinePlotStyleCopyFrom(DropLinePlotStyle, EventFiring) Method

Copies the state from another drop-line style.

Namespace: Altaxo.Graph.Graph3D.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 instance to copy from.
eventFiring  EventFiring
Controls whether change events are raised while copying.
See Also