在JFreeChart中向TextAnnotation添加工具提示?

时间:2017-07-24 17:54:11

标签: java charts tooltip jfreechart

enter image description here

如何在JFreeChart条形图上向TextAnnotation添加工具提示?

具体来说,我想在CategoryTextAnnotation中添加工具提示:

CategoryTextAnnotation a = new CategoryTextAnnotation("long piece of text...", x-coordinate, y-coordinate);

为了防止漫长的注释占用图表上太多的空间,我限制了可以显示的字符数量。但是,我希望能够通过将鼠标悬停在缩短的注释文本上来查看工具提示中的完整注释。如示例图片所示,我想将光标悬停在“长篇文章......”上,并显示工具提示。

0 个答案:

没有答案