Commented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: see latest code for `IPlotControllerCommand<in T>` implementation
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: As I haven't done any touch development, it is quite hard for me to understand how to proceed. ```...
View ArticleNew Post: Xamarin - Blurry Graphs
First, amazing library, I was able to swap out core-plot and had OxyPlot up and running in my iOS application in a couple of hours. I am having a bit of an issue with the generated graphs, and maybe...
View ArticleNew Post: New IColorAxis implementation - StopColorAxis
I had a requirement for a different type of IColorAxis implementation that didn't currently exist. The new IColorAxis implementation, named StopColorAxis, allows you to create a colour scale with...
View ArticleNew Post: Copyright holder
Why not go for:Copyright (c) 2014 OxyPlot.org and then maintain a CONTRIBUTORS file located in the root of the project?
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: Yes, I agree handling the touch events should be next. I committed some changes, but have not yet...
View ArticleNew Post: Xamarin - Blurry Graphs
I think the problem was that the example used an UIScrollView to show the plot. I am currently refactoring the iOS port. A much better Plot view will be available soon!
View ArticleNew Post: Xamarin - Blurry Graphs
Excited to see it! Let me know if you need help with device testing.
View ArticleNew Post: Xamarin - Blurry Graphs
Yes, help on device testing (particularly older iOS devices) would be great. I am currently trying to fix the image rendering (having some issues on partial image drawing) and touch events (depends on...
View ArticleCreated Unassigned: iOS plot view [10136]
Create a custom control for Xamarin.iOSShould be possible to use in the Xamarin designerhttp://docs.xamarin.com/guides/ios/user_interface/designer/ios_designable_controls_walkthrough/Support touch events
View ArticleEdited Feature: iOS plot view [10136]
Create a custom control for Xamarin.iOSShould be possible to use in the Xamarin designerhttp://docs.xamarin.com/guides/ios/user_interface/designer/ios_designable_controls_walkthrough/Support touch events
View ArticleNew Post: Copyright holder
Yes, a contributors file should be added, maybe also a AUTHORS file that lists the copyright holders? likehttp://golang.org/CONTRIBUTORShttp://golang.org/AUTHORShttp://golang.org/LICENSE Another...
View ArticleNew Post: New IColorAxis implementation - StopColorAxis
This sounds like a nice improvement! Could LinearGradientColorAxis be a better name? (cf. http://msdn.microsoft.com/en-us/library/system.windows.media.lineargradientbrush(v=vs.110).aspx) I think the...
View ArticleCreated Unassigned: Exception while trying to pan before the chart is plotted...
See https://oxyplot.codeplex.com/discussions/522598
View ArticleNew Post: System.NullReferenceException while trying to pan before the chart...
jmprog: thanks for providing the code to reproduce the error. I have added the issue: https://oxyplot.codeplex.com/workitem/10138
View ArticleNew Post: Copyright holder
I see jQuery uses MIT license and has an AUTHORS.txt filehttps://github.com/jquery/jquery
View ArticleCommented Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesComments: I have tried to implement the touch events on WPF and Metro. See the latest code on the fork. The...
View ArticleEdited Feature: Customized mouse gestures [9625]
Support customized mouse gestures for- Zoom- Pan- TrackerAnd key gesture for- Reset all axesThis feature is currently being developed on the...
View Article