Click or drag to resize

XYAndZColumn(XYAndZColumn) Constructor

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

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

Parameters

from  XYAndZColumn
The source instance to copy.
See Also