Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Uses of BoxAndWhiskerXYDataset in org.jfree.chart
Modifier and TypeMethodDescriptionstatic 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. -
Uses of BoxAndWhiskerXYDataset in org.jfree.data.statistics
Modifier and TypeClassDescriptionclass
A simple implementation of theBoxAndWhiskerXYDataset
interface.