Click or drag to resize

XYAndZColumn(DataTableProxy, Int32, IReadableColumnProxy, IReadableColumnProxy, IReadableColumnProxy) Constructor

Initializes a new instance of the XYAndZColumn class from the given table and column proxies. This constructor is intended for internal use only, for example when creating copies of existing instances. Attention: the proxies are not cloned.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected XYAndZColumn(
	DataTableProxy table,
	int groupNumber,
	IReadableColumnProxy xCol,
	IReadableColumnProxy yCol,
	IReadableColumnProxy zCol
)

Parameters

table  DataTableProxy
The table proxy.
groupNumber  Int32
The group number of the x- and y-column.
xCol  IReadableColumnProxy
The proxy of the x-column.
yCol  IReadableColumnProxy
The proxy of the y-column.
zCol  IReadableColumnProxy
The proxy of the z-column.
See Also