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
Incorrectly changed the order of the series
Re: Incorrectly changed the order of the series
Hello Alain,
I couldn't reproduce your problem using next sample code:
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,
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));
}
Thanks,
Best Regards,
Sandra Pazos / 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 |
Re: Incorrectly changed the order of the series
Sorry I thought I had attached the example.
- Attachments
-
- TestTeechart2010.zip
- (26.98 KiB) Downloaded 440 times
Re: Incorrectly changed the order of the series
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,
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,
Best Regards,
Sandra Pazos / 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 |
Re: Incorrectly changed the order of the series
I have just downloaded last revisión, and it seems not be solved.
Thanks
Thanks
Re: Incorrectly changed the order of the series
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,
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,
Best Regards,
Sandra Pazos / 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 |