New Post: OxyImage seems to be leaking huge amounts of memory
It seems that each time I update the OxyImage, there is an imageCache which is getting added to.
View ArticleNew Post: Memoryleak in the heatmap?
This is also happening in an ImageAnnotation (https://oxyplot.codeplex.com/discussions/454756). Any news on a fix for this? Or a pointer on where to look in the code and i'll give it a go myself.
View ArticleNew Post: OxyImage seems to be leaking huge amounts of memory
Yes, and if the image is not used at the next update, it should be removed from the cache. Let us know if you find the bug! See also https://oxyplot.codeplex.com/workitem/10042
View ArticleNew Post: OxyImage seems to be leaking huge amounts of memory
Ah yes, this is what is happening here too. Just found that other thread!
View ArticleNew Post: OxyImage seems to be leaking huge amounts of memory
Can you show me where you think CleanUp() is getting called at the minute? Because I can't seem to find it being called anywhere?
View ArticleNew Post: Memoryleak in the heatmap?
For WPF: set a breakpoint in the CleanUp() method in ShapesRenderContext. It seems I have forgot to call it...
View ArticleSource code checked in, #8a6ac8d6b67d
Memory leak with corrected - CleanUp was not called [issue:10042]
View ArticleClosed Unassigned: Memory leak with images? [10042]
Check that images are being disposed from the cache when no more in use.Also check that images are being disposed when the control is unloaded.See...
View ArticleNew Post: OxyImage seems to be leaking huge amounts of memory
I have submitted a fix - let us know if this solves the problem!
View ArticleNew Post: Memoryleak in the heatmap?
I have submitted a fix, let us know if this solves the problem!
View ArticleNew Post: OxyImage seems to be leaking huge amounts of memory
Brilliant! I just did the exact same thing as was going to post it here! haha! Thanks very much!
View ArticleReleased: OxyPlot binaries (Aug 22, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Aug 22, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleNew Post: polar coordinate in imageannotation
thanks for the example objo. Interestingly I need x-y coordinates not polar, on the axes. And still no zoom on polar coordinates. I have to zoom since I have too many points and single points are of...
View ArticleNew Post: polar coordinate in imageannotation
It should be possible to do this with one or two extra lines of code - where you transform from the X/Y coordinates to polar coordinates, which are mapped into the data array (I assume your data is in...
View ArticleSource code checked in, #67ddf0a6fd35
Examples: added support for linear axes on the custom PolarHeatMapSeries [discussion:454654]
View ArticleNew Post: polar coordinate in imageannotation
Added a new example. Not optimized for performance.
View ArticleNew Post: polar coordinate in imageannotation
thanks again objo. deeply appreciate. but it is rather slow. I have to find a way to use an image instead of a series. I will use your tips and try to get it to work. I will keep posted if I need some...
View ArticleReviewed: OxyPlot binaries (ago 30, 2013)
Rated 5 Stars (out of 5) - Very nice library. Very helpfull!
View ArticleCommented Unassigned: AreaSeries Color2 [10069]
Add Color2 property. Use this color for the lower line, if specified.[discussion:452323]Comments: I would use this. I just ran into a case where I want the top line to stand out but not the bottom line.
View Article