Refer to discussion:
https://oxyplot.codeplex.com/discussions/550416
Exception at : CanonicalSplineHelper.Segment(). Line207.
How to reproduce this:
1. Set lineSeries.Smooth = true when create lineSeries.
eg: var ls = new LineSeries { Title = title,Smooth = true};
2. Zoom in by pushing down mid-mouse button, create rectangle zoom area.
3. After several times, out of memory exception throws.
Comments: Isn't this a duplicate of https://oxyplot.codeplex.com/workitem/10064 ?
https://oxyplot.codeplex.com/discussions/550416
Exception at : CanonicalSplineHelper.Segment(). Line207.
How to reproduce this:
1. Set lineSeries.Smooth = true when create lineSeries.
eg: var ls = new LineSeries { Title = title,Smooth = true};
2. Zoom in by pushing down mid-mouse button, create rectangle zoom area.
3. After several times, out of memory exception throws.
Comments: Isn't this a duplicate of https://oxyplot.codeplex.com/workitem/10064 ?