Search found 4 matches

by Dennis
Thu Jun 25, 2015 12:25 pm
Forum: Java
Topic: How to immediately redraw chart after series changed?
Replies: 2
Views: 25416

Re: How to immediately redraw chart after series changed?

Dear Yeray,

please see an e-mail from me.
by Dennis
Wed Jun 24, 2015 9:48 am
Forum: Java
Topic: How to immediately redraw chart after series changed?
Replies: 2
Views: 25416

How to immediately redraw chart after series changed?

Hi, I'm using Teechart Java for Android. There's a case in my app when I need to remove all bars from my chart and display a message instead. To achieve the described behavior, I use the following steps: 1. I call series.clear() to remove all bars from my chart. 2. I have a ChartPaintAdapter, and in...
by Dennis
Thu Mar 19, 2015 1:17 pm
Forum: Java
Topic: ColorLine is drawn on top of the annotation
Replies: 3
Views: 27216

Re: ColorLine is drawn on top of the annotation

Thank you, Yeray. I guessed that the order of adding tools can infuence on the result. But the question is that I have to redraw color lines each time when chart painted, and annotations are created only once on startup. I'm using ColorLine to highlight some grid lines (with a different color and li...
by Dennis
Wed Mar 18, 2015 7:42 pm
Forum: Java
Topic: ColorLine is drawn on top of the annotation
Replies: 3
Views: 27216

ColorLine is drawn on top of the annotation

Hi. Using Java for Android v3.2015.0108 I have several Annotations on my chart. When I'm adding ColorLines that correspond to the bottom axis, I have an issue that these ColorLines are drawn on top of the annotations. Is there any solution how to draw ColorLines behind annotations? I was looking for...