Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80319 --- shadow/80319 2006-12-19 18:31:38.000000000 -0500 +++ shadow/80319.tmp.22224 2006-12-19 18:31:38.000000000 -0500 @@ -0,0 +1,43 @@ +Bug#: 80319 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Slow performance with ZedGraph 5.0 + +Description of Problem: + +Running an application with using ZedGraph 5.0 is very slow. + +Steps to reproduce the problem: +1. run the attached test case +2. maximize window + +Actual Results: + +Graph takes a long time to display. + +Expected Results: + +Graph displays fast, like on Windows. + +How often does this happen? + +Always + +Additional Information: + +You will need to download ZedGraph source and remove references to the +missing MouseCaptureChange delegate on the ZedGraphControl constructor (if +not yet available on Mono), then compile the attached source. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
