Click or drag to resize

ColumnPlotDataExchangeTableDataChangeTableForPlotItems(IEnumerableIGPlotItem) Method

Changes the underlying table for the provided plot items, using the new data table in NewTable.

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

Parameters

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