Commented Feature: Synchronized axes [9945]
Synchronize - the position of a specified value (e.g. 0) - or the position of a specified value (e.g. 0) and the scale (with a multiplier) of all axes in a 'synchronization group' (panning/zoom will...
View ArticleCreated Unassigned: Drawing model [10130]
Implement a simple drawing model that uses the same IRenderContext as the plot elements* lines* rectangle* ellipse* polygon (closed)* image* text
View ArticleCreated Unassigned: Unit tests for render contexts [10131]
Create unit tests for all `IRenderContext` implementations.- text alignment- text rotation- clipping- images
View ArticleCommented Unassigned: Drawing model [10130]
Implement a simple drawing model that uses the same IRenderContext as the plot elements* lines* rectangle* ellipse* polygon (closed)* image* textComments: Created fork...
View ArticleCreated Unassigned: Remove mouse events from plot elements [10132]
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...
View ArticleCreated Unassigned: Major refactoring of `PlotModel` [10133]
Currently the PlotModel is thought of as a "view model" for the plots. This works, but I think it could be cleaner if it was the "model" of the plots. By moving view-specific data out of all plot...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: tibel: I added https://oxyplot.codeplex.com/workitem/10132
View ArticleNew Post: Xamarin trackers
It sounds doable. :) Will try to do it for Monotouch for now, where Plot control is most likely a UIView. Thx
View ArticleNew Post: Possible Memory leak
I am working on a project which is using oxyplot to create an oscilloscope display. The display works fine and the performance is great, however when we bind our data collection to an OxyPlot...
View ArticleCreated Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCreated Task: Improve clipping performance in LineSeries [10135]
The lines of the LineSeries are clipped before drawn on the render context. If the render context supports clipping rectangles, use this instead of calculating the clipped lines.Profile and measure how...
View ArticleCommented Task: Improve clipping performance in LineSeries [10135]
The lines of the LineSeries are clipped before drawn on the render context. If the render context supports clipping rectangles, use this instead of calculating the clipped lines.Profile and measure how...
View ArticleNew Post: System.NullReferenceException while trying to pan before the chart...
I think i have an issue with something related to this.<Exception><ExceptionType>System.NullReferenceException, mscorlib, Version=4.0.0.0, Culture=neutral,...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleNew Post: System.NullReferenceException while trying to pan before the chart...
It does sound exactly like what I had. I also specified how to solve this quickly and locally by adding null reference checks directly in the library in the getNearestPoint functions or in your case...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Found to issues: - CustomizablePlotController.cs line 73 `this.Bind(OxyKey.T, PlotCommands.Track);`...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: For the hover manipulators there should be some throttling of the mouse move events, otherwise it...
View ArticleCommented Unassigned: Poor live data performance [10134]
Based on [this article](https://oxyplot.codeplex.com/discussions/281036) I'm using PlotModel.RefreshPlot(true) frequently to load live data, approximately 20 times per second or so, but the performance...
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Thanks for fixing the hover issue! I agree throttling should be implemented. I think the key...
View Article