Click or drag to resize

ColumnPlotDataExchangeTableDataChangeTableForPlotItems(IEnumerableIGPlotItem, DataTable) Method

Changes the underlying table for the provided plot items.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ChangeTableForPlotItems(
	IEnumerable<IGPlotItem> plotItems,
	DataTable newTable
)

Parameters

plotItems  IEnumerableIGPlotItem
The plot items for which to change the underlying data table.
newTable  DataTable
The new table.
See Also