Page 1 of 1

Annotations in front with multiple x-axes

Posted: Mon Nov 13, 2017 1:58 pm
by feberhard
Hi,

Is there a simple way to have an annotation always on top of all series from different x-axes?

Currently I have one x-axis in the beginning on which I create the annotation on. Series on this initial x-axis are behind the annotation.
However, when I add additional x-axes with additional series, these series are on top of the annotation.
Is it possible to have an annotation that is always on top of all series?


Thanks in advance

Re: Annotations in front with multiple x-axes

Posted: Mon Nov 13, 2017 3:13 pm
by ArctionKestutis
Hi,

You could disable Annotation.RenderBehindAxis property. This way Annotation will be rendered after the axis (and after all series as well).

Hope this helps.
All the best.

Re: Annotations in front with multiple x-axes

Posted: Mon Nov 13, 2017 3:20 pm
by feberhard
That solved my problem.

Thank you very much.