Search found 2 matches

by alloy
Sat Oct 03, 2009 3:29 pm
Forum: JFreeChart
Topic: problem in Displaying a tooltip using servlet
Replies: 3
Views: 3587

Re: problem in Displaying a tooltip using servlet

I have this problem too..... This code is in the servlet ChartRenderingInfo crInfo = new ChartRenderingInfo(new StandardEntityCollection()); OutputStream ops = response.getOutputStream(); ChartUtilities.writeChartAsPNG(ops, chart, 600, 124, crInfo); PrintWriter pw = new PrintWriter(ops); ChartUtilit...
by alloy
Fri Sep 18, 2009 6:53 am
Forum: JFreeChart - Stockmarket
Topic: JfreeChart use xml to build a OHLC Chart
Replies: 0
Views: 5829

JfreeChart use xml to build a OHLC Chart

hi everyone, I need some help!! I have used jdom to create a xml file. I write a class to read that xml and use the data which is in the xml to build a OHLC I always have an message to show on the output: Element not recognised : HistoricalStockPricesOfInternational but the chart have nothing to sho...