Pre loader

Assistance with CursorModifier.tooltipDataTemplate and FastBubbleRenderableSeries in SciChart

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

Dear SciChart Team,

I am currently using CursorModifier.tooltipDataTemplate with FastBubbleRenderableSeries. In my DataSeries, I have two or more data points that share the same xValues and yValues. However, the SeriesInfo only returns one of these data points, and I am unable to retrieve the others to add them to the lineItems.

Do you have any suggestions on how to solve this?

Thanks in advance!

Best regards,
Phat Pham

Version
3.4.662
  • You must to post comments
0
0

Hi

Unfortunately hitTest for 3d works in such a way that it can only return one dataPoint for any given pixel you click on. If you know you might have multiple points in the same place, you could potentially search your data for those duplicates. If you’re going to do this, it’s probably worth building some kind of index to make those lookups faster.

Regards
David
SciChart

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.