Click or drag to resize

XAndYColumnCreateFromProxies Method

Creates a new XAndYColumn using existing proxies without cloning them.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static XAndYColumn CreateFromProxies(
	DataTableProxy table,
	int groupNumber,
	IReadableColumnProxy xCol,
	IReadableColumnProxy yCol
)

Parameters

table  DataTableProxy
The data table proxy.
groupNumber  Int32
The group number for X and Y.
xCol  IReadableColumnProxy
The X column proxy.
yCol  IReadableColumnProxy
The Y column proxy.

Return Value

XAndYColumn
A new XAndYColumn instance bound to the provided proxies.
See Also