Page 1 of 1

Incorrectly changed the order of the series

Posted: Thu Aug 05, 2010 7:32 am
by 15654539
I uploaded a project example.

If you open chart editor, and you change the tipo of the "line1" serie from line to points. In the chart list line1 goes to the last position...

I'm using the last version of teechart2010 .net (yesterday)..

Thanks in advance,

Alain

Re: Incorrectly changed the order of the series

Posted: Fri Aug 06, 2010 11:10 am
by 10050769
Hello Alain,

I couldn't reproduce your problem using next sample code:

Code: Select all

 private void InitializeChart()
        {
            Steema.TeeChart.Styles.Line line1 = new Steema.TeeChart.Styles.Line(tChart1.Chart);
            line1.FillSampleValues();
            Steema.TeeChart.Styles.Line line2 = new Steema.TeeChart.Styles.Line(tChart1.Chart);
            line2.FillSampleValues();
 
        }

        private void button1_Click(object sender, EventArgs e)
        {
            Steema.TeeChart.Styles.Series s = tChart1[0];
            Steema.TeeChart.Styles.Series.ChangeType(ref s, typeof(Steema.TeeChart.Styles.Points));
        }
Could you please, attach a simple example here, because we can reproduce exactly your problem? Moreover, if you already have uploaded your project in upload page, you can say us which are name of file, because we don't find it.

Thanks,

Re: Incorrectly changed the order of the series

Posted: Fri Aug 06, 2010 11:15 am
by 15654539
Sorry I thought I had attached the example.

Re: Incorrectly changed the order of the series

Posted: Mon Aug 09, 2010 9:05 am
by 10050769
Hello wakeup,


I could reproduce your problem using last version 2010. I have added your request in bug list with number [TF02015077]. We will try to fix it in next versions of TeeChart.Net


Thanks,

Re: Incorrectly changed the order of the series

Posted: Fri Oct 01, 2010 8:50 am
by 15654539
I have just downloaded last revisiĆ³n, and it seems not be solved.

Thanks

Re: Incorrectly changed the order of the series

Posted: Fri Oct 01, 2010 9:38 am
by 10050769
Hello wakeup,

Bug with number (TF02015077) still isn't fixed. I recommend you to be aware at this forum, our RSS news feed, twitter and facebook accounts for new release announcements and what's implemented on them.

Thanks,