Click or drag to resize

ColumnPlotDataControllerBaseTModelEhView_TableSelectionChanged Method

Handles selection of a different source data table.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_TableSelectionChanged(
	DataTable tg
)

Parameters

tg  DataTable
The newly selected data table.
See Also