Search found 1 match

by jwhitney
Tue Jun 22, 2004 2:43 am
Forum: JFreeChart
Topic: ToolTips for XYLineChart
Replies: 1
Views: 3454

ToolTips for XYLineChart

Hi, I've been trying to get tooltips on a chart that I created with ChartFactory.createXYLineChart. I've implemented my own instance of XYToolTipGenerator, that looks up Tool tips in a java.util.Map. I then call XYLineAndShapeRenderer.setToolTipGenerator on one of my tool tip generator objects. Howe...