Click or drag to resize

XYFunctionPlotDataBaseCopyFrom Method

Copies the state from another instance.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool CopyFrom(
	Object obj
)

Parameters

obj  Object
The instance to copy from.

Return Value

Boolean
true if the state was copied; otherwise, false.
See Also