Search found 2 matches
- Sat Feb 21, 2009 7:47 am
- Forum: JFreeChart
- Topic: Need seperate range axis
- Replies: 0
- Views: 2005
Need seperate range axis
I would like to have 10(or more) XY charts placed next to each other with a horizontal scroll bar. I tried using CombinedRangeXYPlot and it works great except that when I scroll, I lose the range axis values. All charts have similar range axis. Is there a way to get an image of only the range axis v...
- Wed Jul 11, 2007 3:36 pm
- Forum: JFreeChart
- Topic: Chart Example That works
- Replies: 3
- Views: 7048
Try this
This code streams the image directly to the browser <%@page import="org.jfree.chart.ChartFactory"%> <%@page import=" org.jfree.chart.JFreeChart"%> <%@page import="org.jfree.chart.plot.PlotOrientation"%> <%@page import="org.jfree.chart.servlet.*"%> <%@page import="org.jfree.data.category.DefaultCateg...