Picture in a Worksheet SheetType.Chart

How can I insert a picture in a worksheet of type SheetType.Chart?

This works in a normal worksheet but not in a SheetType.Chart.

Pictures pics = excel.Worksheets[1].Pictures;

pics.Add(1, 1, "C:\\logo.gif");

Yes. Currently insert images in a chart sheet is not supported. I will add it in future releases.