Click or drag to resize

XYPlotLayerContentsControllerEhView_DataAvailableBeforeExpand Method

Loads the available data columns before a table node is expanded.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_DataAvailableBeforeExpand(
	NGTreeNode node
)

Parameters

node  NGTreeNode
The table node that is about to be expanded.
See Also