IXlsChartSeries |
interface IXlsChartSeries : IDispatch { [id(1),propget] HRESULT Options([out, retval]IXlsChartOptions** options); [id(2),propget] HRESULT SeriesDataLabels([out, retval]IXlsChartDataLabels** datalabels); [id(3),propget] HRESULT AxisSelection([out, retval]enumChartAxisType* axistype); [id(3),propput] HRESULT AxisSelection([in]enumChartAxisType axistype); [id(4),propget] HRESULT SeriesType([out, retval]enumChartType* type); [id(4),propput] HRESULT SeriesType([in]enumChartType type); [id(5),propget] HRESULT ZOrder([out, retval]int* zorder); [id(5),propput] HRESULT ZOrder([in]int zorder); [id(6),propget] HRESULT DataElements([in]int i, [out, retval]IXlsChartDataElement** dataelement); [id(7),propget] HRESULT CustomProperties([out, retval]IXlsChartCustomProperties** customproperties); [id(8),propget] HRESULT Series3DBarShape([out, retval]enumChartBarShape* shape); [id(8),propput] HRESULT Series3DBarShape([in]enumChartBarShape shape); [id(9),propget] HRESULT TrendLine([out, retval]IXlsChartTrendLine** trendline); [id(10),propget] HRESULT XErrorBar([out, retval]IXlsChartErrorBar** errorbar); [id(11),propget] HRESULT YErrorBar([out, retval]IXlsChartErrorBar** errorbar); [id(12),propget] HRESULT Legend([out, retval]IXlsChartLegendEntry** legendentry); [id(13),propget] HRESULT ActualValues([out, retval]BSTR* values); [id(14),propget] HRESULT ActualLabels([out, retval]BSTR* labels); [id(15),propget] HRESULT DataWindowSelection([out, retval]int* length); [id(15),propput] HRESULT DataWindowSelection([in]int length); }
HRESULT Options([out, retval]IXlsChartOptions** options);
HRESULT SeriesDataLabels([out, retval]IXlsChartDataLabels** datalabels);
HRESULT AxisSelection([out, retval]enumChartAxisType* axistype);
HRESULT AxisSelection([in]enumChartAxisType axistype);
HRESULT SeriesType([out, retval]enumChartType* type);
HRESULT SeriesType([in]enumChartType type);
HRESULT ZOrder([out, retval]int* zorder);
HRESULT ZOrder([in]int zorder);
HRESULT DataElements([in]int i, [out, retval]IXlsChartDataElement** dataelement);
HRESULT CustomProperties([out, retval]IXlsChartCustomProperties** customproperties);
HRESULT Series3DBarShape([out, retval]enumChartBarShape* shape);
HRESULT Series3DBarShape([in]enumChartBarShape shape);
HRESULT TrendLine([out, retval]IXlsChartTrendLine** trendline);
HRESULT XErrorBar([out, retval]IXlsChartErrorBar** errorbar);
HRESULT YErrorBar([out, retval]IXlsChartErrorBar** errorbar);
HRESULT Legend([out, retval]IXlsChartLegendEntry** legendentry);
HRESULT ActualValues([out, retval]BSTR* values);
HRESULT ActualLabels([out, retval]BSTR* labels);
HRESULT DataWindowSelection([out, retval]int* length);
HRESULT DataWindowSelection([in]int length);