0

oxyplot for windows phone8.1 universal app

sunil joshi 9 years ago updated by Andreas T 7 years ago 7
hi,

I am developing windows universal app for windows phone 8.1 and windows 8.1 in visual studio 2013. Can i use OxyPlot for my charting requirements.

where i can download the samples for windows phone 8.1 charting. i am unable to install it form nuget manager.
+1
The nuget package for universal apps is:
https://www.nuget.org/packages/OxyPlot.Windows/2015.1.881-alpha

Samples can be found in the repo:
https://github.com/oxyplot/oxyplot/tree/develop/Source/Examples/Windows

I think there are no windows phone samples, but you should see how it works.

Thanks for reply.
i have made samples for windows phone and stuck at a place. How can i add more series over plotted chart. i am using "series.add" but chart not showing any update in plotted chart.

please guide.

+1
You have to call InvalidatePlot() on the PlotModel when you are finished with changes.
Thanks a lot. it works.
Can i save the plotted chart as image using oxyplot.

Hi, does anyone managed to install WP8 library? I can not install the OxyPlot library for widnows. Can aynone help me?

Actually, I cannot add the following line in my project because of missing libraries.


OxyPlot.Xamarin.Forms.Platform.WP8.PlotViewRenderer.Init();