Click or drag to resize

Graph3DControllerEhEditPlotItem Method

Handles the double click event onto a plot item.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static bool EhEditPlotItem(
	IHitTestObject hit
)

Parameters

hit  IHitTestObject
Object containing information about the double clicked object.

Return Value

Boolean
True if the object should be deleted, false otherwise.
See Also