Search found 1 match

by homecat
Wed Nov 08, 2006 4:14 am
Forum: JFreeChart
Topic: How to get a vertical line betwen clusters on a bar chart.
Replies: 1
Views: 4025

JFreeChart only support a addAnnotation(CategoryLineAnnotation) method in the CategoryPlot.java,it can draw a vertical line base on this cluster.it can't draw a vertical line between two clusters. I want do the things as you.so I override the draw() method in CategoryPlot.java. you can try it. but t...