Click or drag to resize

ColumnPlotDataExchangeTableControllerDiagnostics_Initialize Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeTableController.Diagnostics_Initialize(System.Int32,System.Int32,System.Int32)"]


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

Parameters

numberOfPlotItems  Int32

[Missing <param name="numberOfPlotItems"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeTableController.Diagnostics_Initialize(System.Int32,System.Int32,System.Int32)"]

numberOfSuccessfullyChangedColumns  Int32

[Missing <param name="numberOfSuccessfullyChangedColumns"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeTableController.Diagnostics_Initialize(System.Int32,System.Int32,System.Int32)"]

numberOfUnsuccessfullyChangedColumns  Int32

[Missing <param name="numberOfUnsuccessfullyChangedColumns"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeTableController.Diagnostics_Initialize(System.Int32,System.Int32,System.Int32)"]

See Also