IXlsChartSurfaceArea
COM interface ( getting help with interfaces )

 

interface IXlsChartSurfaceArea : IDispatch
{
  [id(1),propget] HRESULT Options([out, retval]IXlsChartOptions** options);
}

 

HRESULT Options([out, retval]IXlsChartOptions** options);
returns the chart surface area options object.