New Post: NuGet status for OxyPlot.Metro package?
thanks for the notice! I will investigate this. We should also address this related issue: https://oxyplot.codeplex.com/workitem/10167
View ArticleSource code checked in, #862f45afa3c1
PlotModel: make the Render method virtual (discussions/542280)
View ArticleNew Post: XKCD-style graphs
I think there is a better way... I made the Render method of the PlotModel virtual. Now you can make an XKCD IRenderContext decorator and use this in the overridden render method. This means all...
View ArticleNew Post: override of getHashCode in PlotElement
PlotElement.GetHashCode is used by the HeatMapSeries to check whether the ColorAxis has changed. Since this is a reference type I guess you have a point, we can change the implementation of...
View ArticleSource code checked in, #eddfeaba1c21
PlotElement: revert to default GetHashCode (discussions/542265)
View ArticleCommented Issue: Performance of Bar/ColumnSeries [9974]
check performance - see http://oxyplot.codeplex.com/discussions/371296Comments: Added example histogram with 2000 bar/column items
View ArticleClosed Issue: Performance of Bar/ColumnSeries [9974]
check performance - see http://oxyplot.codeplex.com/discussions/371296
View ArticleCommented Unassigned: Memory Leak in LineSeries [10151]
As described in this discussion:https://oxyplot.codeplex.com/discussions/532576#post1215810When LineSeries is bound to rapidly changing data, it can be observed that stale data which is no longer...
View ArticleCommented 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 ArticleCommented Unassigned: plotting lineSeries behaving strangely.. [10178]
please ignore the first comment below.. I added it to the bottom of the issue..I am plotting an FFT with about 480,000. points. I am using a line series. If I plot the magnitude of the fft it plots...
View ArticleCommented 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: Where to start in the code?
Hi there, I was looking to email objo, but I guess others might also be interested, so I am start a "discussion" about it. I think Oxyplot is great and I'd love to contribute to it in the longer term....
View ArticleNew Post: NuGet status for OxyPlot.Metro package?
I just checked OxyPlot.Metro on NuGet, http://www.nuget.org/packages/OxyPlot.Metro/, and I see that a new version is now released in sync with the latest Core library! Great job, Oystein, many many...
View Article