Class BoxAndWhiskerToolTipGenerator

All Implemented Interfaces:
Serializable, Cloneable, CategoryToolTipGenerator, PublicCloneable

An item label generator for plots that use data from a BoxAndWhiskerCategoryDataset.

The tooltip text and item label text are composed using a MessageFormat object, that can aggregate some or all of the following string values into a message.

  • 0 : Series Name
  • 1 : X (value or date)
  • 2 : Mean
  • 3 : Median
  • 4 : Minimum
  • 5 : Maximum
  • 6 : Quartile 1
  • 7 : Quartile 3
See Also: