We are using teechart .net 2. Please try and see if you can duplicate the error.
Thanks,
Hookem
Legend scroll bar crashes when user scrolls
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Legend scroll bar crashes when user scrolls
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?
Thanks in advance.
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);
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 |