When navigate to page with ScrollView and charts through PushAsync method and its animation option is true, the ScrollView freezes.
Navigation.PushAsync (new ChartsPage (), true); // ScrollView freezes
Workaround:
Navigation.PushModalAsync (new ChartsPage (), true); // ScrollView does not freeze