Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.data.statistics |
Classes for representing statistical data.
|
Modifier and Type | Method and Description |
---|---|
static JFreeChart |
ChartFactory.createBoxAndWhiskerChart(java.lang.String title,
java.lang.String categoryAxisLabel,
java.lang.String valueAxisLabel,
BoxAndWhiskerCategoryDataset dataset,
boolean legend)
Creates and returns a default instance of a box and whisker chart
based on data from a
BoxAndWhiskerCategoryDataset . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBoxAndWhiskerCategoryDataset
A convenience class that provides a default implementation of the
BoxAndWhiskerCategoryDataset interface. |