Click or drag to resize

PlotItemCollectionEhHitTestObject_Remove Method

Handles the remove of a plot item.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool EhHitTestObject_Remove(
	IHitTestObject target
)

Parameters

target  IHitTestObject
The target hit (should be plot item) to remove.

Return Value

Boolean
True if the item was removed.
See Also