I have 2 apps:
- wpf based on oxyplot
- windows forms based on Forms.DataVisualization.Charting
Both of them are displaying 5 charts (simple cartesian charts) with max 10 points. When these apps are running, WPF slows down winforms app e.g. when I try to maximize winforms app – it takes several seconds. If I shutdown wpf app, the second one runs normally. Any idea?