ISeriesAddArray clears series in V8

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

ISeriesAddArray clears series in V8

Post by yvb » Sun Nov 01, 2009 10:00 am

Hi,
Does abybody know whether ISeries.AddArray() still clears the series data points?
Is there a way around it without using AddXY?
Thanks,
yvb

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

Re: ISeriesAddArray clears series in V8

Post by Yeray » Mon Nov 02, 2009 10:38 am

Hi yvb,

AddArray method simply assigns the given array to the ValueList of the series and that's what makes this method faster than AddXY but overwrites the present data.
What you can do is to create your own array than contains the data in the series and append to it the array to be appended and then you'll be able to use AddArray.
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