New Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
VS 2012 Update 4 is crap, the bug was reintroduced. Stay with Update 3 or use VS2013.
View ArticleNew Post: Bitmap picture in background of Oxyplot Plots in vb.net
Thank you very much. I began to test this approach from the example source on the codeplex website (Source code section) butdo not spend enough time to success. I will try again but it is not...
View ArticleNew Post: Zooming Effect in Candle stick chart windows 8 XAML
When Mouse is Scroll zooming effect occurs, but during Zooming those part which are not seen wants to be seen by dragging the screen towards the hidden part, which i am not enable to do. Is it possible...
View ArticleNew Post: Multiple X-Axis with Shared Y-Axis
You can use "Multiple Panes" example from the example browser. Even I am trying to do similar thing but mine is multiple(4) y-axis. I can get a plot on only one x-y1 axis combination but not on the...
View ArticleNew Post: Multiple X-Axis with Shared Y-Axis
Key (Property) solves the issue. I got it!
View ArticleNew Post: Custom mouse cursor
Great plot! Thanks. Is there any way to create or extend current mouse cursor without modifying original code? I have made new classes base on plotmodel and wpf plot control. Need to act like paint,...
View ArticleNew Post: Multiple X-Axis with Shared Y-Axis
Kind muzab I crown you OxyPlot genius of the month. The Key property is the "key" (no pun intended)! I have achieved my goal finally. If OxyPlot had good documentation it might be the world's best...
View ArticleCommented 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 ArticleCreated Unassigned: Data points remain visible outside of bounds on panning...
When creating a graph with undefined points, the regular data points are not hidden when panning if they are enclosed by two undefined points, like...
View ArticleNew Post: DateTime Label Every Second
Hi, I do not quite understand how the datetimeaxis works and I can not find any documentation, I've been playing with the IntervalType, IntervalLength , MajorStep properties and I quite do not...
View ArticleNew Post: Exception raised on the designer
I can confirm that for VS2013 installing Silverlight SDK fixed the issue (as VadimCh kindly pointed out). I had VS2013 update 1, but that was not enough.
View ArticleNew Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
I can confirm that for VS2013 installing Silverlight SDK fixed the issue (as VadimCh kindly pointed out here: https://oxyplot.codeplex.com/discussions/471989 ). I had VS2013 update 1, but that was not...
View ArticleNew Post: Hit testing in the legend
Is there any way to detect if/when the user clicks on a particular series title within the legend?
View ArticleCommented Unassigned: PlotModel Update() and Render() calls should be...
Currently `PlotModel.Update(...)` and `PlotModel.Render(...)` are called in one bundle inside `PlotControl.UpdateModelAndVisuals()`. Thus every invalidation forces also a rendering, what is limiting...
View ArticleCommented 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 ArticleCommented Unassigned: PlotModel Update() and Render() calls should be...
Currently `PlotModel.Update(...)` and `PlotModel.Render(...)` are called in one bundle inside `PlotControl.UpdateModelAndVisuals()`. Thus every invalidation forces also a rendering, what is limiting...
View ArticleCommented 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 ArticleNew Post: iOS - LineSeries LineJoin Overshoot?
I just pulled default, and checked it with my app, works great! Nice work, and thanks!
View ArticleNew Post: iOS - Live Updating of Graphs
((PlotView)View).Model.InvalidatePlot (true); View.SetNeedsDisplay (); I still needed to call View.SetNeedsDisplay (); for my view to update. I stayed in default, for my testing.
View ArticleNew Post: iOS OxyTouchEventArgs not in Default
Pulled down default, opened the iOS example project, and couldn't compile. The iOS examples project couldn't find OxyTouchEventArgs. Not sure if these are omitted or not....just wanted to send a heads up.
View Article