Click or drag to resize

ColumnPlotDataExchangeTableDataTestChangeTableForPlotItems Method

Tests to changes the underlying table for the plot items, and output a statistics.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (int NumberOfPlotItemsChanged, int NumberOfSuccessFullyChangedColumns, int NumberOfUnsuccessfullyChangedColumns) TestChangeTableForPlotItems()

Return Value

ValueTupleInt32, Int32, Int32
A 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