I'm seeing some sort of config issue with the charts I've been using for a long while, version 13.2451.0.39. The Xamarin Forms, iOS and Android projects are all setup with DLLs referenced and included in the project. Everything works great on iOS. On Android though the charts don't give me any errors, they just never become visible.
Aside from the references the only config work I am aware that is needed to initialize the charts is to call
new SfChartRenderer(); from within the Android projects MainActivity::OnCreate function, immediately after LoadApplication(new App()); I am doing that without error. I do the same on iOS within AppDelegate::FinishedLaunching();.
Is there something else that needs to be done on Android?
thanks.