IXlsChartErrorBar |
interface IXlsChartErrorBar : IDispatch { [id(1),propget] HRESULT Show([out, retval]enumChartErrorBar* show); [id(1),propput] HRESULT Show([in]enumChartErrorBar show); [id(2),propget] HRESULT Options([out, retval]IXlsChartBorderStyle** options); [id(3),propget] HRESULT ThresholdType([out, retval]enumChartErrorBarThreshold* threshold); [id(3),propput] HRESULT ThresholdType([in]enumChartErrorBarThreshold threshold); [id(4),propget] HRESULT ThresholdValue([out, retval]double* value); [id(4),propput] HRESULT ThresholdValue([in]double value); [id(5),propget] HRESULT TeeMarkerSymbol([out, retval]BOOL* teemarker); [id(5),propput] HRESULT TeeMarkerSymbol([in]BOOL teemarker); [id(6),propget] HRESULT CustomPlusValue([out, retval]IXlsChartErrorBarCustom** custom); [id(7),propget] HRESULT CustomMinusValue([out, retval]IXlsChartErrorBarCustom** custom); }
HRESULT Show([out, retval]enumChartErrorBar* show);
HRESULT Show([in]enumChartErrorBar show);
HRESULT Options([out, retval]IXlsChartBorderStyle** options);
HRESULT ThresholdType([out, retval]enumChartErrorBarThreshold* threshold);
HRESULT ThresholdType([in]enumChartErrorBarThreshold threshold);
HRESULT ThresholdValue([out, retval]double* value);
HRESULT ThresholdValue([in]double value);
HRESULT TeeMarkerSymbol([out, retval]BOOL* teemarker);
HRESULT TeeMarkerSymbol([in]BOOL teemarker);
HRESULT CustomPlusValue([out, retval]IXlsChartErrorBarCustom** custom);
HRESULT CustomMinusValue([out, retval]IXlsChartErrorBarCustom** custom);