Øystein Bjørke
Øystein Bjørke
Add functionality to calculate the current 3D mouse position in different ways: - position of nearest model hit - intersection with a given plane - intersection with plane through camera...
Open the "Semi-circle full plot area" example. Use the right mouse button to move the center of the polar plot towards the right edge. The labels of the magnitude axis...
**Imported from [http://oxyplot.codeplex.com/workitem/10132](http://oxyplot.codeplex.com/workitem/10132)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2014-02-17 08:08 We can achieve the same functionality by using a PlotController https://oxyplot.codeplex.com/workitem/9625 Better separation of controller logic and model Less code Better performance of PlotController...
**Imported from [http://oxyplot.codeplex.com/workitem/9992](http://oxyplot.codeplex.com/workitem/9992)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2012-08-24 09:11 Add an "AxisChanged" routed event on the OxyPlot.Wpf.LinearAxis
**Imported from [http://oxyplot.codeplex.com/workitem/10108](http://oxyplot.codeplex.com/workitem/10108)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2014-01-07 21:00 See contribution https://oxyplot.codeplex.com/SourceControl/network/forks/benjaminrupp/StackedAreaLineSeries/contribution/3929 Alt 1: Implement a new series StackedAreaSeries Alt 2: Add a IsStacked property to the AreaSeries (similar to BarSeries/ColumnSeries) The items...
Show labels on local extrema of a data set. Implement in series or as annotation? It should be possible to show peak labels for - [ ] `LineSeries` - [...
**Imported from [http://oxyplot.codeplex.com/workitem/10229](http://oxyplot.codeplex.com/workitem/10229)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2014-07-10 12:26 Add an option to show minimum/maximum values of the axes. See https://oxyplot.codeplex.com/discussions/551062
When the user clicks or touches a legend in the legend box, raise an event on the corresponding series.
From oxyplot: oxyplot/oxyplot#1006 Since it will be a lot of work to maintain all these classes and examples/tests. Keep the `PlotView` control of course. Other XAML platforms (Xamarin.Forms, Silverlight) only...
As described in comment on #1