Hi,
I'm looking for
org.jfree.chart.renderer.category.BarRenderer3D.setLabelGenerator(StandardCategoryLabelGenerator.class);
It just have gone with RC1.
Anyone got a replacement code for this?
see this topic for more details :
http://www.jfree.org/phpBB2/viewtopic.php?t=13978
Paquerette.
Search found 10 matches
- Tue Aug 09, 2005 4:26 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.0.0-rc1 available...
- Replies: 21
- Views: 26829
- Tue Aug 09, 2005 2:47 pm
- Forum: JFreeChart
- Topic: Api change:BarRender3D and StandardCategoryLabelGenerator
- Replies: 1
- Views: 3363
Api change:BarRender3D and StandardCategoryLabelGenerator
Hi, I've just updated my JfreeChart Jar from pre2 to RC1 and on org.jfree.chart.renderer.category.BarRenderer3D the method setLabelGenerator does not exists any more (sic!) (could have been deprecated...) And StandardCategoryLabelGenerator does not exists too.. I used to do this : renderer.setLabelG...
- Thu Jun 02, 2005 1:14 pm
- Forum: JFreeChart
- Topic: Generating image without X11 server on AIX server
- Replies: 2
- Views: 3227
- Thu Jun 02, 2005 9:51 am
- Forum: JFreeChart
- Topic: Generating image without X11 server on AIX server
- Replies: 2
- Views: 3227
- Thu Jun 02, 2005 9:23 am
- Forum: JFreeChart
- Topic: Generating image without X11 server on AIX server
- Replies: 2
- Views: 3227
Generating image without X11 server on AIX server
Hi, i'm on AIX 5.1ML7 using websphere 5.1.2 with IBM JDK 1.4. I'm getting this error when non X Server is running : java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. I've read that the solution is to run a virtual frame buffer X Server, wh...
- Wed Jun 01, 2005 4:04 pm
- Forum: JFreeChart
- Topic: Forum Issue when post message contains unix path
- Replies: 1
- Views: 2248
Forum Issue when post message contains unix path
Hi, when i try to submit a post containing an unix path, i get this error message : Forbidden You don't have permission to access /phpBB2/posting.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/1.3.33 Server a...
- Tue Apr 26, 2005 10:06 am
- Forum: JFreeChart
- Topic: Various questions (label, color, html map, axis)
- Replies: 3
- Views: 3629
- Mon Apr 25, 2005 8:52 am
- Forum: JFreeChart
- Topic: Various questions (label, color, html map, axis)
- Replies: 3
- Views: 3629
- Thu Apr 21, 2005 3:13 pm
- Forum: JFreeChart
- Topic: Various questions (label, color, html map, axis)
- Replies: 3
- Views: 3629
I've found out why 1/ was not working : i was doing this after : CategoryLabelPosition left = new CategoryLabelPosition( RectangleAnchor.LEFT , TextBlockAnchor.CENTER_LEFT, TextAnchor.CENTER_LEFT , Math.PI/8.0 , CategoryLabelWidthType.RANGE, 0.30f ); domainAxis.setCategoryLabelPositions(CategoryLabe...
- Thu Apr 21, 2005 2:34 pm
- Forum: JFreeChart
- Topic: Various questions (label, color, html map, axis)
- Replies: 3
- Views: 3629
Various questions (label, color, html map, axis)
Hi, I'm new to JFreeChart and AWT too... I've successfully made awesome chart thanks to JFreeChart, but I'd like to fix some things to make my chart even more pretty :P I'm make 3D bar Chart, Horizontal. 1/ I'd like to incline the domainAxis label I've tried domainAxis.setCategoryLabelPositions(Cate...