Closed Unassigned: Exception in PathAnnotation.HitTest [10140]
In a mousedown handler on the plotmodel, I'm deleting a polyline object from the plotmodel and creating another one instead.When clicking repeatedly, I can get the situation that Oxyplot tries to do a...
View ArticleClosed Issue: Fast dynamic data. System.InvalidOperationException [10104]
im use fast dynamic data. sometimes it thrown exception (An unhandled exception of type 'System.InvalidOperationException' occurred in mscorlib.dll) - collection changed; cant iterate this. i solved...
View ArticleClosed Issue: GetNearestPoint return DataPoint even when custom IDataPoint...
I noticed that Series.Points is a collection of IDataPoint."Great!" I thought. So I created a custom type (where I could hold some extra info) and drew my graph and it worked.The problem is when I use...
View ArticleClosed Issue: rendering artifacts at full screen [10001]
Strange moire pattern when we maximize view of our application or size application window above 1300px wide.AxisDemo application also shows artifacts when maximised for some graphs?Attached are three...
View ArticleSource code checked in, #5042b3917274
Android: correct for high resolution (160dpi), coordinates of render context should be 96dpi.
View ArticleCreated Unassigned: Issue with ScatterSeries in latest NuGet versions (WPF)...
It seems something has broken or changed regarding ScatterSeries in the latest NuGet packages.I have a simple MVVM setup:View:```<Window x:Class="TestApplication.MainWindow"...
View ArticleEdited Unassigned: Issue with ScatterSeries in latest NuGet versions (WPF)...
It seems something has broken or changed regarding ScatterSeries in the latest NuGet packages.I have a simple MVVM setup:View:```<Window x:Class="TestApplication.MainWindow"...
View ArticleCommented Unassigned: Issue with ScatterSeries in latest NuGet versions (WPF)...
It seems something has broken or changed regarding ScatterSeries in the latest NuGet packages.I have a simple MVVM setup:View:```<Window x:Class="TestApplication.MainWindow"...
View ArticleCommented Unassigned: Issue with ScatterSeries in latest NuGet versions (WPF)...
It seems something has broken or changed regarding ScatterSeries in the latest NuGet packages.I have a simple MVVM setup:View:```<Window x:Class="TestApplication.MainWindow"...
View ArticleClosed Unassigned: Issue with ScatterSeries in latest NuGet versions (WPF)...
It seems something has broken or changed regarding ScatterSeries in the latest NuGet packages.I have a simple MVVM setup:View:```<Window x:Class="TestApplication.MainWindow"...
View ArticleNew Post: Plotting time-series data (Speech and Other events)
Hi, I have to generate time-series graphs where I can show speech (not as fancy speech waveforms) for different users. In addition, I would like to overlay other important discrete events on the...
View ArticleNew Post: override of getHashCode in PlotElement
Hi, what is the reason for overriding GetHashCode in PlotElement? In my opinion this is really risky cause it is now no more possible to compare, i.e. axes or hold dictionarys of axes. Best regards...
View ArticleNew Post: XKCD-style graphs
Hello, How hard would it be to implement 'xkcd style' linestyles? I see no current 'style' setting I could enhance with such a styling. for people that don't know what I mean: http://xkcdgraphs.com...
View ArticleNew Post: XKCD-style graphs
Hi Tobias, I really like this idea :-) It would be great for an example. And could be considered to include in the OxyPlot core. We need to create a custom "HandDrawnLinearAxis" and...
View ArticleNew Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
Having the same problems in VS 2012 Update 4 and using Oxyplot.Wpf.dll (not Silverlight!). Installing the Silverlight 5 SDK also fixed things for me.
View ArticleNew Post: NuGet status for OxyPlot.Metro package?
Dear Oystein, many many thanks for developing and sharing this terrific library! I have planned to use it in my Windows Store application. However, I note that whereas the OxyPlot.Core library on NuGet...
View Article