hello all,
Here is my issue:
I have a chart with multiple curves.
I added a vertical crosshair on it, so that we can point multiple points at the same time.
How to print directly on the chart all points that have been designed? I'm pretty sure it's possible...
Thank you very much for your help.
how to show pointed values onto the chart
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Do you mean something like CrosshairDemo2.java, but with the values displayed directly on the chart rather than in a table below the chart? That would need some custom code - either an new annotation type or a direct modification to the plot drawing code.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Exactly!david.gilbert wrote:Do you mean something like CrosshairDemo2.java, but with the values displayed directly on the chart rather than in a table below the chart? That would need some custom code - either an new annotation type or a direct modification to the plot drawing code.
Could you please give me directions on what I should implement to to this? I hava no clue on what to do and in what order
