SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
When I open activity with chart on real devices chart area for a moment has black color and theh succesfuly displayed chart data.
On emulators I do not see thes behavior.
How can I fix black screen?
After changing surface to RenderSurface I have black borders that I did not have before.
Hi Evgeny,
Thanks for your inquiry.
I believe this issue could be caused by our default RenderSurface implementation. It is based on GlSurfaceView and there is some delay caused by OpenGL initialization when you attach it to View hierarchy. Please try to switch to Canvas based RenderSurface ( it’s a bit slower than OpenGL based RenderSurface but in most cases drawing performance should be OK ):
surface.setRenderSurface(new RenderSurface(getActivity()));
Hope this will help you!
Best regards,
Yura.
Please login first to submit.