A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
Gotcha
- Posts: 7
- Joined: Wed Oct 15, 2008 9:13 am
Post
by Gotcha » Thu Dec 11, 2008 3:16 pm
Hi,
I need annotations to be linked with series so I can show annotations for active series only. Code in the plot adds annotations for whole dataset. Can I link annotations with series using existing code in free chart or do I have to write it yourself?
-
Gotcha
- Posts: 7
- Joined: Wed Oct 15, 2008 9:13 am
Post
by Gotcha » Fri Dec 12, 2008 8:09 am
OK, what I really need is some type of marker but markers have no draw function so it is not possible to make custom marker. I do not understand very well why there is no marker type like annotation lines, texts, custom markers, etc. Could someone, please, help me?