Click or drag to resize

LinePlotStyleCopyFrom(LinePlotStyle, EventFiring) Method

Copies values from the specified source.

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

Parameters

from  LinePlotStyle
The source style.
eventFiring  EventFiring
Controls whether change events are raised after copying.
See Also