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 categoryAxisLabel,
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. |
Copyright © 2001–2017 JFree.org. All rights reserved.