Page 1 of 1

Moving annotations

Posted: Wed Jun 19, 2013 5:10 pm
by 17466268
I would like annotations to be fixed to bars
If I scroll horizontally, what is the best way to move an annotation with the bar it is associated with

Re: Moving annotations

Posted: Fri Jun 21, 2013 1:59 pm
by narcis
Hi SetOnHi,

I can think of two options here.

1. The easiest, use series built-in marks:

Code: Select all

                tChart.getSeries(0).getMarks().setVisible(true);
2. Use Annotation tools. There's an example of that on this thread. It is in Spanish but you can find the example on second Marc's post from 23rd March 2007.

Hope this helps!