Page 1 of 1

Legend scroll bar crashes when user scrolls

Posted: Wed May 05, 2010 2:45 pm
by 9641422
We are using teechart .net 2. Please try and see if you can duplicate the error.

Thanks,
Hookem

Re: Legend scroll bar crashes when user scrolls

Posted: Thu May 06, 2010 10:15 am
by narcis
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.