Deleting a chart serie
Posted: Tue Aug 15, 2006 11:28 am
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 ?
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 ?