Graph3DControllerEhView_ShowDataContextMenu Method |
The controller should show a data context menu (contains all plots of the currentLayer).
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void EhView_ShowDataContextMenu(
int[] currLayer,
Object parent,
PointD2D 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 PointD2D
- The location where the context menu should be shown.
See Also