arjeneh / jpowder

Automatically exported from code.google.com/p/jpowder
1 stars 0 forks source link

3d Block Height Issue #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's not possible in Jfreechart to set Block Height so that Block Height is 
different for each individual Plots. For Instance, I could say 
renderer.setBlockHeight(10);
But this will apply to all the plots in the chart. I have posted the issue in 
The JfreeChart forum and I've got some respond. what they said was "What you 
want is not possible with the XYBlockRenderer in its present form" and a 
suggestion to overcome the problem was "I think the only way to get what you 
want is to subclass XYBlockRenderer and introduce the possibility to use series 
specific block widths and heights.
Depending on how your data is organized in series and items, you could also 
create a new renderer that determines the difference between the y values 
dynamically and adjusts the block sizes accordingly."  

Original issue reported on code.google.com by arje...@gmail.com on 16 Aug 2010 at 8:15

Attachments:

GoogleCodeExporter commented 9 years ago
See issue 56

Original comment by tom.grif...@stfc.ac.uk on 16 Jan 2011 at 2:11