Click or drag to resize

ColumnPlotDataExchangeTableData(IEnumerableIGPlotItem, DataTable) Constructor

Initializes a new instance of the ColumnPlotDataExchangeTableData class.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ColumnPlotDataExchangeTableData(
	IEnumerable<IGPlotItem> plotItems,
	DataTable originalTable
)

Parameters

plotItems  IEnumerableIGPlotItem
The plot items.
originalTable  DataTable
The original table.
See Also