Page 1 of 1

Deleting a chart serie

Posted: Tue Aug 15, 2006 11:28 am
by Guest
I try to delete a chart sere by calling
Sheet.Charts[0].Series.Delete(0);

but I get the error "Invalid pointer operation'. I know that the chart and serie exists.

THe sheet is loaded from a file with the chart.

What is wrong ?

Posted: Tue Aug 15, 2006 6:20 pm
by larsa
Hello

This is fixed in update 3.00.01


Lars Arvidsson

Posted: Wed Aug 16, 2006 8:55 am
by Guest
Now u get no exception from the component, but now excel crashes when you opens a file with the chart after deleting a serie from it