ListOfXAndYColumnSetCurveData(DataTable, IReadOnlyListDataColumn) Method |
Sets the curve data, using a source data table and a set of y-columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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