Syntax

swplot.tooltipcallback(obj,hit,hFigure,hTransform)

Description

swplot.tooltipcallback(obj,hit,hFigure,hTransform) is the callback function that is automatically added to any object on an [swplot] figure that is created using one of the swplot.plot... commands with tooltip parameter set to true.

Input Arguments

obj
spinw object.
hit
Hit object, defines the point where the mouse clicked.
hFigure
Handle of parent swplot figure.
hTransform
Parent hgtransform object if exists.

See Also

swplot.tooltip