Click or drag to resize

PlotColumnInformationUpdate(DataTable, Int32) Method

Updates the information, assuming that the underlying data table is the same as before.

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
)

Parameters

dataTableOfPlotItem  DataTable
The data table of plot item.
groupNumberOfPlotItem  Int32
The group number of plot item.
See Also