Click or drag to resize

ColumnPlotDataExchangeTableControllerDiagnostics_Initialize Method

Initializes the diagnostics texts shown by the controller.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Diagnostics_Initialize(
	int numberOfPlotItems,
	int numberOfSuccessfullyChangedColumns,
	int numberOfUnsuccessfullyChangedColumns
)

Parameters

numberOfPlotItems  Int32
The number of plot items whose source tables would be changed.
numberOfSuccessfullyChangedColumns  Int32
The number of columns that could be exchanged successfully.
numberOfUnsuccessfullyChangedColumns  Int32
The number of columns that could not be exchanged.
See Also