I don't want any space between plot area and chart, I tried to set chart's padding to zero but it dosen't work.
Can you help me?
JFreeChart chart = new JFreeChart(null, JFreeChart.DEFAULT_TITLE_FONT,plot, false);
chart.setPadding(new RectangleInsets(0,0,0,0));
Search found 3 matches
- Fri Oct 07, 2011 11:16 am
- Forum: JFreeChart - Stockmarket
- Topic: Extra space
- Replies: 1
- Views: 13492
- Wed Jul 13, 2011 3:03 pm
- Forum: JFreeChart
- Topic: Is it possible?
- Replies: 2
- Views: 3675
Re: Is it possible?
Thanks!
- Mon Jul 11, 2011 9:12 am
- Forum: JFreeChart
- Topic: Is it possible?
- Replies: 2
- Views: 3675
Is it possible?
Hi all!
I've done a price/volume chart with a CombinedDomainXYPlot.
The domain axis is drawn under the second subplot(volume)
I'd like make it drawn between the the two subplot (price and volume).
It is possible?
I've done a price/volume chart with a CombinedDomainXYPlot.
The domain axis is drawn under the second subplot(volume)
I'd like make it drawn between the the two subplot (price and volume).
It is possible?