ColumnPlotDataExchangeTableDataTestChangeTableForPlotItems(IEnumerableIGPlotItem, DataTable) Method |
Tests to changes the underlying table for the provided plot items, and output a statistics.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static (int NumberOfPlotItemsChanged, int NumberOfSuccessFullyChangedColumns, int NumberOfUnsuccessfullyChangedColumns) TestChangeTableForPlotItems(
IEnumerable<IGPlotItem> plotItems,
DataTable newTable
)
Parameters
- plotItems IEnumerableIGPlotItem
- The plot items for which to change the underlying data table.
- newTable DataTable
- The new table.
Return Value
ValueTupleInt32,
Int32,
Int32A statistics with the number of plot items for which the table could be changed, the number of successfully exchanged columns, and the number of unsuccessfully changed columns.
See Also