Pre loader

Axis tooltips not showing in macOS

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

1
0

Hello,

One thing I can’t figure out is why I don’t see the axis tooltips when using SCIRolloverModifier or SCICursorModifier? If I use xAxis.axisTitleMargins = NSEdgeInsets(top: 1000, left: 0, bottom: 10, right: 0) I can see tooltips on x axis but only until some point and from there moving the cursor to the right leads to some sort of overlay and tooltip disappears. See the photos.

Is this a bug or I’m doing something wrong?

Version
4.4.0
Images
  • You must to post comments
1
0

Hi Tihomir,

Our team looked at this today and created a demo to try to reproduce. Please find it below. We weren’t able to reproduce

What we think is, you may not be using the SCIChartSurface correctly. Please try our demo and see if you are able to solve the issue.

Find our demo code here.

Enable the tooltip like this
enter link description here

Check you are creating the SciChartSurface like this
enter image description here

You should get this result

Best regards,
Andrew

  • You must to post comments
1
0

Hi Andrew,

Sadly the example code is for iOS and I’m testing SciChart for macOS. I’m attaching the swift files of my test app.

Regards,
Tihomir

  • Andrew Burnett-Thompson
    Hi Tihomir, of course, I don’t see an attachment from you though. Can you send it again or email to support [at] scichart [dot] com, referring to this forum question / link
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.