Search found 2 matches

by utkarsh
Wed Jun 09, 2004 7:59 pm
Forum: JFreeChart
Topic: How to set Maximum Box width for BoxWhisker chart
Replies: 1
Views: 2048

How to set Maximum Box width for BoxWhisker chart

I would like to set maximum box width. I was using the setBoxWidth() method as a quickfix with 0.9.15. But I was not able to find its replacement in 0.9.20. Let me know if you know any such replacement.
by utkarsh
Mon Oct 20, 2003 10:39 pm
Forum: JFreeChart
Topic: Bar chart setBarWidth
Replies: 7
Views: 9844

Bar chart setBarWidth

I was trying to control the bar width. But somehow I was unable to access setBarwidth() method. I made following changes so as to make use of that method in BarRenderer: /** * Updates the calculated bar width. * * @param width the new width. */ public void setBarWidth(double width) { this.barWidth =...