Pre loader

Cursor's label overlaps annotation

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Hello.
I have an annotations that placed at the bottom of the surface (via RelativeY and Y=1), but the cursor’s label overlaps these annotations.
How can i pick up annotations to more greater z-level than the cursor’ label has?
Eventually i want to see my annotation above the cursor’s label.

Version
4.2
Images
  • You must to post comments
0
0

Hi Artur,

Thanks for your question. I think setting ZIndex on your AnnotationLabel to any value high enough should help. You will have to create the AnnotationLabel explicitly:

            <s:VerticalLineAnnotation ShowLabel="False" ...>

                <s:AnnotationLabel LabelPlacement="Axis" Panel.ZIndex="99" />

            </s:HorizontalLineAnnotation>

Hope this helps!

Best regards,
Yuriy

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies