Search found 7 matches
- Tue Feb 13, 2007 6:56 pm
- Forum: JFreeChart
- Topic: How to Show Labels on Graph at JSP/Servlet
- Replies: 0
- Views: 2051
How to Show Labels on Graph at JSP/Servlet
Hi, I have tried a demo servlet chart application given in Developer Guide but when i tried to show the lables, it is not showing them on graph. I can show them using Applet but not with Servlet/JSP. does anybody has any idea? I have tried this code CategoryPlot plot = (CategoryPlot) chart.getPlot()...
- Wed Apr 26, 2006 5:33 pm
- Forum: JFreeChart
- Topic: Problem with Pie Chart
- Replies: 1
- Views: 3318
- Wed Apr 26, 2006 5:01 pm
- Forum: JFreeChart
- Topic: Problem with Pie Chart
- Replies: 1
- Views: 3318
Problem with Pie Chart
Hi Everyone, I have created the Pie chart same as in PieChartDemo1. I have created an Applet and added the ChartPanel in it and displayed it on the brower by accessing the applet. But the problem is that Pie chart is not showing the Legend. Can anyone tell me why? I have used the same approach to cr...
- Wed Mar 29, 2006 12:16 pm
- Forum: JFreeChart
- Topic: From where can I get StackedBarChartDemo3.java ??
- Replies: 4
- Views: 8538
Are you looking for this? import java.awt.*; import java.awt.geom.Rectangle2D; import java.text.NumberFormat; import org.jfree.chart.axis.CategoryAxis; import org.jfree.chart.axis.ValueAxis; import org.jfree.chart.entity.CategoryItemEntity; import org.jfree.chart.entity.EntityCollection; import org....
- Wed Mar 29, 2006 12:01 pm
- Forum: JFreeChart
- Topic: How to generate Tooltip For Bar Chart
- Replies: 2
- Views: 6350
How to generate Tooltip For Bar Chart
Hi,
I have created a bar chart using JFreeChart library, how can i add the Tool Tip for each bar? I have tried to set the tooltip generator in renderer, but it is not displaying the tooltip.
Note: I am displaying the bar chart in Applet.
Can anyone help??
I have created a bar chart using JFreeChart library, how can i add the Tool Tip for each bar? I have tried to set the tooltip generator in renderer, but it is not displaying the tooltip.
Note: I am displaying the bar chart in Applet.
Can anyone help??
- Tue Mar 28, 2006 4:14 pm
- Forum: JFreeChart
- Topic: Help to find out answers????
- Replies: 1
- Views: 2953
- Tue Mar 28, 2006 4:12 pm
- Forum: JFreeChart
- Topic: Help to find out answers????
- Replies: 1
- Views: 2953
Help to find out answers????
Hi Everybody, I am trying to display the charts in Java Applet and i am successful to do so now i am facing following problems. Can you please help me to find out solutions? 1 - Can i display Multiple Labels on a Bar Chart? Means one in the middle of each bar (Which could be a contant text) and othe...