ChartStyle is an option for charting functions that specifies styles in which chart elements should be drawn.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
Labeled
(Built-in Mathematica Symbol) Labeled[expr, lbl] displays expr labeled with lbl. Labeled[expr, lbl, pos] places lbl at a position specified by pos. Labeled[expr, {lbl_1, lbl_2, ...}, {pos_1, ...}] places ...
Framed
(Built-in Mathematica Symbol) Framed[expr] displays a framed version of expr.
FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.
PolarAxes is an option for sector charts and polar plots that specifies whether polar axes should be drawn.
Tooltip
(Built-in Mathematica Symbol) Tooltip[expr, label] displays label as a tooltip while the mouse pointer is in the area where expr is displayed.
IncludeStemUnits is an option for StemLeafPlot which specifies whether the units of the stems should be included with the plot.
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.