Click or drag to resize

ListOfXAndYColumnSetCurveData(DataTable, IReadOnlyListDataColumn) Method

Sets the curve data, using a source data table and a set of y-columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void SetCurveData(
	DataTable dataTable,
	IReadOnlyList<DataColumn> yColumns
)

Parameters

dataTable  DataTable
The data table containing the y-columns.
yColumns  IReadOnlyListDataColumn
A list of y columns to be used. The corresponding x-columns are retrieved by finding them in the dataTable.
See Also