ColumnPlotDataExchangeTableDataTestChangeTableForPlotItems Method |
Tests to changes the underlying table for the 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 (int NumberOfPlotItemsChanged, int NumberOfSuccessFullyChangedColumns, int NumberOfUnsuccessfullyChangedColumns) TestChangeTableForPlotItems()
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