Search found 8 matches

by lengrexin
Tue Nov 10, 2009 9:32 pm
Forum: JFreeChart
Topic: cannot put legend in another panel when disabled in chart
Replies: 0
Views: 2056

cannot put legend in another panel when disabled in chart

Hi, I saw other posts regarding the legend of a chart in a different panel/frame but couldn't find the solution for my problem. I am able to display the legend of the chart in a different panel, but I cannot disable the legend in the chart. When I disable the legend during the creation of the chart ...
by lengrexin
Thu Aug 21, 2008 4:54 am
Forum: JFreeChart
Topic: cannot add chartpanel to jpanel?
Replies: 1
Views: 4173

cannot add chartpanel to jpanel?

I want to display multiple charts on one page. I am using a JPanel with GridBagLayout.

Is it possible to display multiple charts per page?
Can I add multiple ChartPanel(s) in a JPanel?

Thanks.
by lengrexin
Wed Aug 06, 2008 10:56 pm
Forum: JFreeChart
Topic: changing position of x-axis labels on demo StackedBarChart
Replies: 0
Views: 2047

changing position of x-axis labels on demo StackedBarChart

Hi, I am looking at this demo: http://www.java2s.com/Code/Java/Chart/JFreeChartStackedBarChartDemo4.htm My question is how do I change the angle of the x-axis labels? I understand that there is this function 'setLabelAngle' that can change the angle. I want to change the angle for 'Jan 04', 'Feb 04'...
by lengrexin
Mon Jul 28, 2008 6:43 pm
Forum: JFreeChart
Topic: can I have non-image (gif,png) jfreechart in servlet?
Replies: 3
Views: 6053

Thanks.
I've recently found out I can set the a time frame for a signed jar too.
by lengrexin
Mon Jul 28, 2008 4:03 pm
Forum: JFreeChart
Topic: can I have non-image (gif,png) jfreechart in servlet?
Replies: 3
Views: 6053

I need the jfreechart to embed in a web page. I understand that an applet allows me to have all the features of a jfreechart. However, I cannot use an applet because I need access to a database on another server which is something applet prohibits. I know signing the applet will solve the problem bu...
by lengrexin
Mon Jul 28, 2008 2:48 pm
Forum: JFreeChart
Topic: can I have non-image (gif,png) jfreechart in servlet?
Replies: 3
Views: 6053

can I have non-image (gif,png) jfreechart in servlet?

The Developer's guide showed a simple servlet with JFreeChart by converting the chart to a png. Is there any way I can show the jfreechart as is in a servlet? I want to keep the chart's features (zooming and etc). If it is possible, what is the common mime type? Would it be application/octet-stream ...
by lengrexin
Wed Jan 02, 2008 9:18 pm
Forum: JFreeChart
Topic: Y axis disappears
Replies: 1
Views: 3065

Never mind. I learned that JFreeChart does not support scrolling. Thanks.
by lengrexin
Mon Dec 31, 2007 8:20 pm
Forum: JFreeChart
Topic: Y axis disappears
Replies: 1
Views: 3065

Y axis disappears

I have a line chart inside a WebScrollPane. As my graph grows, I have to scroll to the right to see the most recent data. However, as I scroll to the right, the y-axis disappears. Is there any way for me to freeze the y-axis? I would like to be able to see the y-axis no matter how much I have to scr...