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.3179.0 (4.8.3179.0)
Syntax
C#
public ColumnPlotDataExchangeTableData(
	IEnumerable<IGPlotItem> plotItems,
	DataTable originalTable
)

Parameters

plotItems  IEnumerableIGPlotItem

[Missing <param name="plotItems"/> documentation for "M:Altaxo.Graph.Plot.Data.ColumnPlotDataExchangeTableData.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Graph.Plot.IGPlotItem},Altaxo.Data.DataTable)"]

originalTable  DataTable

[Missing <param name="originalTable"/> documentation for "M:Altaxo.Graph.Plot.Data.ColumnPlotDataExchangeTableData.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Graph.Plot.IGPlotItem},Altaxo.Data.DataTable)"]

See Also