Silverlight: Error in FibonacciTool and DrawLine

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Priya Hatipkar
Newbie
Newbie
Posts: 46
Joined: Wed Jan 28, 2009 12:00 am

Silverlight: Error in FibonacciTool and DrawLine

Post by Priya Hatipkar » Fri Jul 24, 2009 4:43 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Silverlight: Error in FibonacciTool and DrawLine

Post by Narcís » Fri Jul 24, 2009 11:44 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Priya Hatipkar
Newbie
Newbie
Posts: 46
Joined: Wed Jan 28, 2009 12:00 am

Re: Silverlight: Error in FibonacciTool and DrawLine

Post by Priya Hatipkar » Mon Jul 27, 2009 6:45 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Silverlight: Error in FibonacciTool and DrawLine

Post by Narcís » Mon Jul 27, 2009 8:51 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply