Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 22nd, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 46  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Display value on mouseover event of jfreechart
  2. XYDataset xyDataset = Chart.createDataset(chartType,getServletContext());
  3. JFreeChart chart = Chart.createChart(xyDataset, chartType);
  4. ChartUtilities.writeChartAsPNG(out, chart, 700, 250);