OutOfMemoryException with ItemsControl
This discussion was imported from CodePlex
sharethl wrote at 2014-07-03 01:24:
Updated: 7/3/2014
I will fire an issue.
OutOfMemoryException is not related to ItemsControl.
It is related to LineSeries.Smooth = true.
Exception at : CanonicalSplineHelper.Segment(). Line207.
How to reproduce this:
Tested with version oxyplot-d91d95940aa9
I will fire an issue.
OutOfMemoryException is not related to ItemsControl.
It is related to LineSeries.Smooth = true.
Exception at : CanonicalSplineHelper.Segment(). Line207.
How to reproduce this:
- Set lineSeries.Smooth = true when create lineSeries.
eg: var ls = new LineSeries { Title = title,Smooth = true}; - Zoom in by pushing down mid-mouse button, create rectangle zoom area.
- after several times, out of memory exception throws.
Tested with version oxyplot-d91d95940aa9
Customer support service by UserEcho