![]() |
IXlsChartLegend |
![]() |
interface IXlsChartLegend : IDispatch { [id(1),propput] HRESULT Show([in]enumChartLegend show); [id(1),propget] HRESULT Show([out, retval]enumChartLegend* show); [id(2),propput] HRESULT HorizontalOrientation([in]BOOL horizontal); [id(2),propget] HRESULT HorizontalOrientation([out, retval]BOOL* horizontal); [id(3),propget] HRESULT Options([out, retval]IXlsChartOptions** options); [id(4),propput] HRESULT Overlap([in]BOOL overlap); [id(4),propget] HRESULT Overlap([out, retval]BOOL* overlap); }
HRESULT Show([in]enumChartLegend show);
HRESULT Show([out, retval]enumChartLegend* show);
HRESULT HorizontalOrientation([in]BOOL horizontal);
HRESULT HorizontalOrientation([out, retval]BOOL* horizontal);
HRESULT Options([out, retval]IXlsChartOptions** options);
HRESULT Overlap([in]BOOL overlap);
HRESULT Overlap([out, retval]BOOL* overlap);