Hi,
Does abybody know whether ISeries.AddArray() still clears the series data points?
Is there a way around it without using AddXY?
Thanks,
yvb
ISeriesAddArray clears series in V8
Re: ISeriesAddArray clears series in V8
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |