Click or drag to resize

XAndYColumn(XAndYColumn) Constructor

Initializes a new instance by copying the state from another XAndYColumn.

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

Parameters

from  XAndYColumn
The source instance to copy.
See Also