Hi,
I am getting following error while working with FibonacciTool and DrawLine in our silverlight application.
System.StackOverflowException was unhandled
Message: An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module.
Code: Drawline
this.drawLine1 = new Steema.TeeChart.Silverlight.Tools.DrawLine();
this.drawLine1.Active = true;
this.drawLine1.EnableDraw = true;
this.drawLine1.EnableSelect = true;
this.DemoChart.Tools.Add(this.drawLine1);
this.drawLine1.NewLine += new Steema.TeeChart.Silverlight.Tools.DrawLineEventHandler(this.drawLine1_NewLine);
this.drawLine1.Select += new Steema.TeeChart.Silverlight.Tools.DrawLineEventHandler(this.drawLine1_Select);
Code: FibonacciTool
this.fibonacciTool1 = new Steema.TeeChart.Silverlight.Tools.FibonacciTool();
this.DemoChart.Tools.Add(this.fibonacciTool1);
fibonacciTool1.StartX = line.XValues[0];
fibonacciTool1.StartY = line.YValues[0];
fibonacciTool1.EndX = line.XValues[3];
fibonacciTool1.EndY = line.YValues[3];
Please suggest solution on the above error.
Thanks & Regards,
Kapil Pardeshi
Silverlight: Error in FibonacciTool and DrawLine
-
- Newbie
- Posts: 46
- Joined: Wed Jan 28, 2009 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Silverlight: Error in FibonacciTool and DrawLine
Hi Kapil,
I have been able to reproduce the issue here and added it (TW24014305) to the defect list to be fixed for next releases.
I have been able to reproduce the issue here and added it (TW24014305) to the defect list to be fixed for next releases.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 46
- Joined: Wed Jan 28, 2009 12:00 am
Re: Silverlight: Error in FibonacciTool and DrawLine
Hi Narcis,
WHich release wil this fix be a part of ? The ability to drawlines and fibonacci is part of our (must have) requirements .Please advise.
thanks,
Aniket
WHich release wil this fix be a part of ? The ability to drawlines and fibonacci is part of our (must have) requirements .Please advise.
thanks,
Aniket
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Silverlight: Error in FibonacciTool and DrawLine
Hi Aniket,
I'm not able to provide an estimate date for now. I recommend you to be aware at this forum or subscribe to our RSS news feed for new release announcements and what's fixed and included on them.
Thanks in advance.
I'm not able to provide an estimate date for now. I recommend you to be aware at this forum or subscribe to our RSS news feed for new release announcements and what's fixed and included on them.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |