IXlsChartMarkerStyle |
interface IXlsChartMarkerStyle : IDispatch { [id(1),propget] HRESULT Type([out, retval]enumChartMarker* type); [id(1),propput] HRESULT Type([in]enumChartMarker type); [id(2),propget] HRESULT MarkerStyle([out, retval]enumChartMarkerStyle* style); [id(2),propput] HRESULT MarkerStyle([in]enumChartMarkerStyle style); [id(3),propget] HRESULT ForegroundColor([out, retval]int* nRGB); [id(3),propput] HRESULT ForegroundColor([in]int nRGB); [id(4),propget] HRESULT BackgroundColor([out, retval]int* nRGB); [id(4),propput] HRESULT BackgroundColor([in]int nRGB); [id(5),propget] HRESULT MarkerSize([out, retval]int* size); [id(5),propput] HRESULT MarkerSize([in]int size); [id(6),propget] HRESULT Shadow([out, retval]BOOL* shadow); [id(6),propput] HRESULT Shadow([in]BOOL shadow); [id(7),propget] HRESULT NoBackground([out, retval]BOOL* nobackground); [id(7),propput] HRESULT NoBackground([in]BOOL nobackground); [id(8),propget] HRESULT NoForeground([out, retval]BOOL* noforeground); [id(8),propput] HRESULT NoForeground([in]BOOL noforeground); }
HRESULT Type([out, retval]enumChartMarker* type);
HRESULT Type([in]enumChartMarker type);
HRESULT MarkerStyle([out, retval]enumChartMarkerStyle* style);
HRESULT MarkerStyle([in]enumChartMarkerStyle style);
HRESULT ForegroundColor([out, retval]int* nRGB);
HRESULT ForegroundColor([in]int nRGB);
HRESULT BackgroundColor([out, retval]int* nRGB);
HRESULT BackgroundColor([in]int nRGB);
HRESULT MarkerSize([out, retval]int* size);
HRESULT MarkerSize([in]int size);
HRESULT Shadow([out, retval]BOOL* shadow);
HRESULT Shadow([in]BOOL shadow);
HRESULT NoBackground([out, retval]BOOL* nobackground);
HRESULT NoBackground([in]BOOL nobackground);
HRESULT NoForeground([out, retval]BOOL* noforeground);
HRESULT NoForeground([in]BOOL noforeground);