Bug in RemoveSeries

TeeChart for ActiveX, COM and ASP
Post Reply
adim
Newbie
Newbie
Posts: 2
Joined: Mon Jul 13, 2009 12:00 am

Bug in RemoveSeries

Post by adim » Fri Apr 02, 2010 8:33 pm

Using latest TeeChart ActiveX (v8.0.0.8.10301).

Reproduce the bug:
- start a new visual basic 6 project;
- add a teechart object on form;
- add 2 line series;
- call in code TChart1.RemoveSeries 0;
Result: both series are removed from the chart (RemoveSeries 1 works normally).

Same thing happens with any number of series when calling RemoveSeries index, where index < SeriesCount - 1.

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bug in RemoveSeries

Post by Yeray » Tue Apr 06, 2010 2:11 pm

Hi adim,

Thanks for reporting it. I've been able to reproduce it so I've added it to the defect list to be fixed asap (TA05014784).
By the moment, a similar effect could be achieved deactivating the desired series.

Code: Select all

  TChart1.Series(0).Active = False
  TChart1.Series(0).ShowInEditor = False
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bug in RemoveSeries

Post by Yeray » Fri Aug 20, 2010 11:26 am

Hi adim,

I glad to announce that we've already fixed this problem (TA05014784).
I've sent the new ocx that includes the fix to the mail you have registered in this forums.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply