oxyplot-sharpdx icon indicating copy to clipboard operation
oxyplot-sharpdx copied to clipboard

Results 5 oxyplot-sharpdx issues
Sort by recently updated
recently updated
newest added

*IF BUG, INCLUDE THIS PART:* ### Steps to reproduce 1. Add Major and Minor Gridlines to SimpleDemo example (or anything, just to somewhat increase the render time) 2. Start SimpleDemo...

Hi there, I updated my current OxyPlot WPF project to use your SharpDX approach. It's crashing to unhandled exception when I call PlotView.InvalidatePlot(true). What could be causing this problem (exception...

From oxyplot: oxyplot/oxyplot#124 Use Direct2D (SharpDX) to speed up rendering for WPF. **[objo](http://www.codeplex.com/site/users/view/objo)** 2014-03-17 09:33 See see https://oxyplot.codeplex.com/workitem/10134 Code reference: - [D3DImage](http://referencesource.microsoft.com/PresentationCore/a.html#8badc06a64f86901) - [D3D11Image](https://github.com/sharpdx/Toolkit/blob/master/Source/Toolkit/SharpDX.Toolkit.Game/Desktop/D3D11Image.cs) - [SharpDXElement](https://github.com/sharpdx/Toolkit/blob/master/Source/Toolkit/SharpDX.Toolkit.Game/Desktop/SharpDXElement.cs) TODOs: - [ ]...

DirectX
performance
WPF

From oxyplot: oxyplot/oxyplot#868 Microsoft has created **Win2D** WinRT wrapper for using Direct2D in Windows Store (UAP) XAML apps. We don't want to use Win2D but SharpDX (as for WPF) for...

DirectX
performance
Universal Windows

```cs namespace SimpleDemo { using OxyPlot; using OxyPlot.Axes; using OxyPlot.Series; using System; public class MainViewModel { public MainViewModel() { var model = new PlotModel { Title = "Hello SharpDX from...

bug