ColumnPlotDataExchangeTableDataChangeTableForPlotItems(IEnumerableIGPlotItem) Method |
Changes the underlying table for the provided plot items, using the new data table in
NewTable.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ChangeTableForPlotItems(
IEnumerable<IGPlotItem> plotItems
)
Parameters
- plotItems IEnumerableIGPlotItem
- The plot items for which to change the underlying data table.
See Also