Pre loader

SCIFastLineRenderableSeries ~50k points ios

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

I’m having an issue when I try to plot about 40000 points or more on ios, it only renders a straight (randomly diagonal) line (maybe 2 points?).

  • I’m doing the exact same thing in android and it works fine there.
  • If I switch to a scatter plot it works fine too (on ios), so it seems like SCIFastLineRenderableSeries is the culprit.
  • I also noticed an issue where the number of points rendered in the simulator is seemingly limited, but on a physical device its not (I suspect this is unrelated, but might be of interest. It occurs at a much lower point count)
  • I haven’t narrowed down the exact point count where this issue surfaces, but I could if that would help. 40k is just a ballpark.
  • My data series acceptsUnsortedData (but again, works fine in android)
  • SwiftUI and v4.5.4

Ultimately the reason I’m plotting that many points is problematic for several other reasons, so this is about to be a non-issue for me (i.e. I’m just going to plot less points), but it seems like a bug that should be reported.

Version
4.5.4
  • You must to post comments
Showing 0 results
Your Answer

Please first to submit.