IXlsChartShapes
COM interface ( getting help with interfaces )

 

interface IXlsChartShapes : IDispatch
{
  [id(1),propget] HRESULT Pictures([out, retval] IXlsPictures** pictures);
  [id(2),propget] HRESULT VectorShapes([out, retval] IXlsVectorShapes** vss);
  [id(3),propget] HRESULT TextBoxes([out, retval] IXlsTextBoxes** tbs);

}

 

HRESULT Pictures([out, retval] IXlsPictures** pictures);
retrieves the pictures collection in the chart.

 

HRESULT VectorShapes([out, retval] IXlsVectorShapes** vss);
retrieves the vector shapes collection in the chart.

 

HRESULT TextBoxes([out, retval] IXlsTextBoxes** tbs);
retrieves the text boxes collection in the chart.