Greetings, I wonder if is it any way to save the annotations that I do in the charts?
Because when I leave the chart the annotations gone.
- Kevin Rodriguez asked 6 years ago
- You must login to post comments
Hi Kevin,
Unfortunately we don’t support serialization of chart in SciChart Android for now.
So you’ll need to save and restore chart state on your own. For example you can save which is required for recreation of chart into Bundle. Or if you use MVVM you can save annotation collection into ViewModel and don’t destroy it when you close activity/fragment which contains chart.
Hope this will help you!
Best regards,
Yura
- Yura Khariton answered 6 years ago
- You must login to post comments
Please login first to submit.