| 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(String title,
String timeAxisLabel,
String valueAxisLabel,
BoxAndWhiskerXYDataset dataset,
boolean legend)
Creates and returns a default instance of a box and whisker chart.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBoxAndWhiskerXYDataset
A simple implementation of the
BoxAndWhiskerXYDataset interface. |
Copyright © 2001-2014 JFree.org. All Rights Reserved.