Hi all,
I have a problem when I draw a CategoryPlot. In fact, I have always blank spaces before and after my graphic.
It appears like this
|
|
| x
| x x
| xxxxxxx
|_xxxxxxx__
^ ^
Here and here
How can I eliminate this ?
I've tried to put this
CategoryPlot plot = chart.getCategoryPlot();
plot.setIntroGapPercent(0.0);
plot.setTrailGapPercent(0.0);
But it has always no effect...
Thanks