oxyplot-xamarin
oxyplot-xamarin copied to clipboard
OxyPlot for Xamarin.Mac and Xamarin.Forms
I can only say with certainty that they don't work for Android as I haven't been able to test on anything else. I followed the instructions [here](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts) and while that...
I have a page that shows either a chart or a spreadsheet view. The user can toggle between the two which just sets the chart visible and spreadsheet invisible or...
Are there any examples of displaying trackers on plots in Xamarin.Forms?
See https://github.com/oxyplot/oxyplot/issues/688
I am using the code provided here: https://github.com/oxyplot/oxyplot/tree/develop/Source/OxyPlot.ImageSharp to export chart model to PNG, i try several examples i have and allways get some errors, i will try to upload...
I'm setting `PlotAreaBorderThickness` to `0` on a Xamarin.Forms project, on iOS it renders as expected, with no borders, but on Android it renders the border no matter what I do....
See https://github.com/oxyplot/oxyplot/issues/948
A possible bug with the Oxyplot for Windows UWP , PlotView interacting with the Xamarin.Forms View Renderer. The plot doesn't display until after the window resizes. After the window resizes...
Currently I see a different color on iOS 10 if I use the same hex background color for a chart as another control on the page (e.g. "#25373E"). Using the...