Pre loader

Comments for "SciChart in UITableViews. Software rendering?"

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

  • Andrew Burnett-Thompson
    Short answer is no software renderer at present, I don’t think it would be super hard to implement it though as our drawing code is abstracted behind IRenderContext2D protocol. I believe other customers are using SciChart iOS inside UITableViews, but I will need to ask the ios-dev team when they are back from public holiday tomorrow. Thanks! Andrew
  • Simon Persson
    Thanks Andrew! Please do. It would be nice to know if I have the option to place charts in tableviews or not so I can base design decisions on that. It is not a huge deal if it is not possible, but I think adding charts to tableviews could be super powerful. For example mini charts (spark-lines) for showing trends would be awesome, or being able to scroll through multiple charts. I have seen this in other apps and it can be quite nice.
  • Andrew Burnett-Thompson
    Nudged the team about this today (after Easter weekend). Will get back to you shortly!
  • Simon Persson
    No hurry… if it isn’t possible to use the charts in the tableviews now I’ll just submit a feature request ;)
  • Nazar Rudnyk
    Hello Simon, sure it’s possible to use it in UITableViewCell, no need to use software renderer for that.
  • Simon Persson
    Awesome! Thanks Nazar and Andrew :)