Legend scroll bar crashes when user scrolls

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Amol
Advanced
Posts: 176
Joined: Mon May 29, 2006 12:00 am

Legend scroll bar crashes when user scrolls

Post by Amol » Wed May 05, 2010 2:45 pm

We are using teechart .net 2. Please try and see if you can duplicate the error.

Thanks,
Hookem

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

Re: Legend scroll bar crashes when user scrolls

Post by Narcís » Thu May 06, 2010 10:15 am

Hi Hookem,

Code below works fine for me here using both v2 and TeeChart for .NET 2009. Could you please modify it or let us now the exact steps we should follow to reproduce the problem here?

Code: Select all

      Steema.TeeChart.Styles.Line line1 = new Steema.TeeChart.Styles.Line(tChart1.Chart);
      line1.FillSampleValues();

      Steema.TeeChart.Tools.LegendScrollBar legendScrollBar1 = new Steema.TeeChart.Tools.LegendScrollBar(tChart1.Chart);
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