Click or drag to resize

IndependentAndDependentColumns(DataTableProxy, Int32, IReadableColumnProxy, IReadableColumnProxy) Constructor

Initializes a new instance of the IndependentAndDependentColumns class from given proxies of DataTable and columns. This constructor is intended for internal use only, e.g. for creating copies of existing instances. ATTENTION: The proxies are not cloned!

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

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.
See Also