Click or drag to resize

FillToCurvePlotStyleCopyFrom(FillToCurvePlotStyle, Boolean, EventFiring) Method

Copies the state from another FillToCurvePlotStyle 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(
	FillToCurvePlotStyle from,
	bool copyWithDataReferences,
	EventFiring eventFiring
)

Parameters

from  FillToCurvePlotStyle
The instance to copy from.
copyWithDataReferences  Boolean
If set to , data references are copied as well.
eventFiring  EventFiring
Controls how change events are fired during the copy operation.
See Also