Click or drag to resize

PlotColumnInformationUpdate(DataTable, Int32, Boolean) Method

Updates the information, indicating in hasTableChanged whether the underlying data table has changed.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Update(
	DataTable dataTableOfPlotItem,
	int groupNumberOfPlotItem,
	bool hasTableChanged
)

Parameters

dataTableOfPlotItem  DataTable
The data table of plot item.
groupNumberOfPlotItem  Int32
The group number of plot item.
hasTableChanged  Boolean
If set to true, the data table has recently changed.
See Also