Search found 10 matches
- Fri Feb 06, 2009 2:53 am
- Forum: JFreeChart
- Topic: Dual axes Stacked Bar chart
- Replies: 4
- Views: 7224
Dual Axis 2 stacked Bar
Hi David, I am trying two stacked bar dual axis using demo6 as the base, but I can't make it happen. I have 2 dataset works fine by itself in a single stacked bar, without those null and dummy entry. Since dataset is generated dynamically, to mimic null entry is a bit funny, isn't it? It seems the d...
- Thu May 27, 2004 1:40 am
- Forum: JFreeChart
- Topic: Font problem in UNIX
- Replies: 1
- Views: 2352
Font problem in UNIX
Hi Guys, When I deployed the graph into UNIX (which I use Arial as font): NumberAxis axisR = (NumberAxis) plot.getRangeAxis(); axisR.setLabelFont(new Font("Arial", Font.BOLD, 12)); I have the following error msg: Font specified in font.properties not found [-urw-itc zapfdingbats-medium-r-normal--*-%...
- Wed May 26, 2004 8:20 am
- Forum: JFreeChart
- Topic: change domain and range label font
- Replies: 1
- Views: 2422
I found the api
something like this:
NumberAxis axisR = (NumberAxis) plot.getRangeAxis();
axisR.setLabelFont(new Font("Arial", Font.BOLD, 12));
NumberAxis axisR = (NumberAxis) plot.getRangeAxis();
axisR.setLabelFont(new Font("Arial", Font.BOLD, 12));
- Wed May 26, 2004 7:12 am
- Forum: JFreeChart
- Topic: change domain and range label font
- Replies: 1
- Views: 2422
change domain and range label font
Hi,
Anyone knows how to set the font for the domain and range label. I need them to be bold to stand out from those number and items lable.
Many Thanks,
Richard
Anyone knows how to set the font for the domain and range label. I need them to be bold to stand out from those number and items lable.
Many Thanks,
Richard
- Thu May 20, 2004 3:23 am
- Forum: JFreeChart
- Topic: Domain Gridlines
- Replies: 2
- Views: 4506
Domain Gridlines
Please help!
Is there a way we can dictate where to draw the domain gridlines?
For example, in a vertical bar chart. Every 3 bars or number of bars then we draw 1 vertical gridline? Possible?
Is there a way we can dictate where to draw the domain gridlines?
For example, in a vertical bar chart. Every 3 bars or number of bars then we draw 1 vertical gridline? Possible?
- Fri Apr 23, 2004 8:00 am
- Forum: JFreeChart
- Topic: JFreeChart 0.9.18
- Replies: 9
- Views: 13272
found it in jcommon
found those classes in jcommon now 

- Fri Apr 23, 2004 4:26 am
- Forum: JFreeChart
- Topic: JFreeChart 0.9.18
- Replies: 9
- Views: 13272
Many Files are Missing
Hi David,
I just upgrade from 0.9017 to 0.9.18.
However many files are missing:
For example:
org.jfree.ui.RectangleEdge;
org.jfree.ui.RefineryUtilities;
......
Is it possible to repackage again?
Many Thanks!
I just upgrade from 0.9017 to 0.9.18.
However many files are missing:
For example:
org.jfree.ui.RectangleEdge;
org.jfree.ui.RefineryUtilities;
......
Is it possible to repackage again?
Many Thanks!
- Tue Apr 06, 2004 1:49 am
- Forum: JFreeChart
- Topic: Label word warp
- Replies: 7
- Views: 9413
with no wrap version
Hi David,
It is good to have \n to control the wrapping.
Also if \n is not provided, please make it no wrap please.
Cause we are developer not designer. You know how wierd they are in insisting certain look and feels.
Cheers,
Richard
It is good to have \n to control the wrapping.
Also if \n is not provided, please make it no wrap please.
Cause we are developer not designer. You know how wierd they are in insisting certain look and feels.
Cheers,
Richard

- Tue Apr 06, 2004 1:38 am
- Forum: JFreeChart
- Topic: How do I move the catagory label .....
- Replies: 4
- Views: 5977
How do I move the catagory label .....
Hi Guys, I had a horizontal bar chart. In the previous version, I had my category label right next to the left edge, and all the tick labels are no wrap (in 1 line). When I upgrade to 0.9.17, there is a space between the left edge to my category label, and most of tick labels are wrapped to 2 lines....
- Tue Apr 06, 2004 1:21 am
- Forum: JFreeChart
- Topic: 0.9.17 not working in web app
- Replies: 9
- Views: 15329
PNG & JPEG
So when is 0.9.18 going to be released, David?