BoxAndWhisker « Component « JFreeChart Q&A





2. BoxAndWhisker outliers    jfree.org

3. BoxAndWhisker with Overlay    jfree.org

Hi, I want to add trend lines overlaid onto a BoxAndWhisker chart. I originally used ChartFactory.createBoxAndWhiskerChart to generate the BoxAndWhisker chart but was not able to add this to a plot object along with my trend line. The reason seemed to be that ChartFactory.createBoxAndWhiskerChart creates a chart using the BoxAndWhiskerXYDataset, however there is no corresponding BoxAndWhiskerRenderer that works with a BoxAndWhiskerXYDataset, ...

4. draw extreme outlier in BoxAndWhisker chart    jfree.org

I have a box and whisker chart which has regular values ranging to 13 and an extreme outlier at 28. However, the generated chart runs to 16 and draws a triangle to indicate that there are extreme outliers at that value. How can I change this behavior such that the chart will range from 1 to 28 thus showing the exact ...