Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Viewers and Annotation >

Tooltip

Tooltip[expr, label]
displays label as a tooltip while the mouse pointer is in the area where expr is displayed.
  • Tooltip can be used with graphics or any other expression.
  • Tooltip objects can appear within graphics.
  • The following options can be given:
ActionDelay0how long to delay before displaying the tooltip
BackgroundNonebackground color for the tooltip
BaseStyle{}base style specifications for the tooltip
LabelStyle{}style specifications for the tooltip
  • With the default setting ActionDelay->0, the tooltip is displayed immediately.
  • ActionDelay->t makes there be a delay of t seconds before the tooltip is displayed.
  • Tooltip can be used to specify tooltips for curves and points in functions like Plot and ListPlot.
  • The settings for BaseStyle and LabelStyle are appended to the default styles typically given by the "Tooltip" and "TooltipLabel" styles in the current stylesheet.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team