Search found 3 matches

by sasimar
Fri Oct 07, 2011 11:16 am
Forum: JFreeChart - Stockmarket
Topic: Extra space
Replies: 1
Views: 10869

Extra space

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));
by sasimar
Wed Jul 13, 2011 3:03 pm
Forum: JFreeChart
Topic: Is it possible?
Replies: 2
Views: 2445

Re: Is it possible?

Thanks!
by sasimar
Mon Jul 11, 2011 9:12 am
Forum: JFreeChart
Topic: Is it possible?
Replies: 2
Views: 2445

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?