PlotItemCollectionEhHitTestObject_Remove Method |
Handles the remove of a plot item.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool EhHitTestObject_Remove(
IHitTestObject target
)
Parameters
- target IHitTestObject
- The target hit (should be plot item) to remove.
Return Value
BooleanTrue if the item was removed.
See Also