ColumnPlotDataExchangeTableDataChangeTableForPlotItems(IEnumerableIGPlotItem, DataTable) Method |
Changes the underlying table for the provided plot items.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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