Click or drag to resize

GraphControllerEhView_ShowDataContextMenu Method

The controller should show a data context menu (contains all plots of the currentLayer).

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void EhView_ShowDataContextMenu(
	int[] currLayer,
	Object parent,
	Point pt
)

Parameters

currLayer  Int32
The layer number. The controller has to make this number the CurrentLayerNumber.
parent  Object
The parent control which is the parent of the context menu.
pt  Point
The location where the context menu should be shown.

Implements

IGraphViewEventSinkEhView_ShowDataContextMenu(Int32, Object, Point)
See Also