Click or drag to resize

IndependentAndDependentColumns(IndependentAndDependentColumns) Constructor

Initializes a new instance by cloning the state and proxies from another instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IndependentAndDependentColumns(
	IndependentAndDependentColumns from
)

Parameters

from  IndependentAndDependentColumns
The source instance to copy from.
See Also