Search found 3 matches
- Wed Jul 10, 2013 12:05 pm
- Forum: .NET
- Topic: Exception when zooming on chart
- Replies: 5
- Views: 6135
Re: Exception when zooming on chart
Glad you reproduced the problem. When can we expect the next maintenance release?
- Wed Jul 10, 2013 7:41 am
- Forum: .NET
- Topic: Exception when zooming on chart
- Replies: 5
- Views: 6135
Re: Exception when zooming on chart
Please find attached a small test program reproducing the bug. If you zoom on the chart, TChart throws an exception. As soon as you remove the 'AfterDraw' event handler methods (See ChartUtils.cs in the attached project), no more crash. Also, the Graphics3D object received in the 'AfterDraw' event h...
- Tue Jul 09, 2013 1:28 pm
- Forum: .NET
- Topic: Exception when zooming on chart
- Replies: 5
- Views: 6135
Exception when zooming on chart
We recently upgraded from TChart.WPF 3.5.3700.30575 to 4.1.2013.05282. We face the following problem: For some of our xy cartesian charts we add event handler methods for the event 'AfterDraw' to draw some custom graphics. Since upgrading to the new TChart, the following exception is thrown when zoo...