oxyplot / oxyplot-xamarin

OxyPlot for Xamarin.Mac and Xamarin.Forms
MIT License
64 stars 59 forks source link

Renderer not initialized #64

Open frndxyz opened 7 years ago

frndxyz commented 7 years ago

IOS 10.3 Xamarin Forms 2.3.4.247

design view show this error;

screen shot 2017-06-29 at 4 25 06 pm

i have already placed initialization line in appdelegate.cs

                public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {           global::Xamarin.Forms.Forms.Init();
            OxyPlot.Xamarin.Forms.Platform.iOS.PlotViewRenderer.Init(); 
            return base.FinishedLaunching(app, options);
        }
mawarnes commented 7 years ago

I get this as well, does anyone have any ideas how to fix this

oleksiizapara commented 6 years ago

I got the same issue on Android. Graph Preview is working on the LiveXAML previewer. Maybe it will help you too.

Huii commented 6 years ago

I have the same problem with my Android project. The app works fine on my device but unfortunately, the XAML Designer is broken and doesn't show any content while only returning the error message stated above.