#if !defined(AFX_CHART3D_H__7D70BEB5_5609_11D2_AF3A_00A024C3C1C2__INCLUDED_) #define AFX_CHART3D_H__7D70BEB5_5609_11D2_AF3A_00A024C3C1C2__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. // Dispatch interfaces referenced by this interface class CTitle; class CLegend; class CBorder; class CInterior; class CChartArea; class CChartGroupCollection; class CChartLabelCollection; class CActionMapCollection; ///////////////////////////////////////////////////////////////////////////// // CChart3D wrapper class class CChart3D : public CWnd { protected: DECLARE_DYNCREATE(CChart3D) public: CLSID const& GetClsid() { static CLSID const clsid = { 0xca888f03, 0x45f5, 0x11cf, { 0x80, 0xb2, 0x0, 0x20, 0xaf, 0x19, 0xee, 0x14 } }; return clsid; } virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); } BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE, BSTR bstrLicKey = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID, pPersist, bStorage, bstrLicKey); } // Attributes public: BOOL GetIsBatched(); void SetIsBatched(BOOL); BOOL GetIsDoubleBuffered(); void SetIsDoubleBuffered(BOOL); CTitle GetHeader(); CTitle GetFooter(); CLegend GetLegend(); CBorder GetBorder(); CInterior GetInterior(); CChartArea GetChartArea(); CChartGroupCollection GetChartGroups(); long GetErrorOffset(); void SetErrorOffset(long); CChartLabelCollection GetChartLabels(); CActionMapCollection GetActionMaps(); long GetPreviewMethod(); void SetPreviewMethod(long); OLE_HANDLE GetHWnd(); void SetHWnd(OLE_HANDLE); BOOL GetAllowUserChanges(); void SetAllowUserChanges(BOOL); CString GetDataPath(); void SetDataPath(LPCTSTR); BOOL GetUseTrueType(); void SetUseTrueType(BOOL); // Operations public: void Refresh(); BOOL Load(LPCTSTR FileName); BOOL Save(LPCTSTR FileName); void CallAction(long Action, long XCoord, long YCoord); BOOL DrawToDC(long Hdc, long Format, long Scale, long Left, long Top, long Width, long Height); BOOL PrintChart(long Format, long Scale, long Left, long Top, long Width, long Height); BOOL CopyToClipboard(long Format); BOOL DrawToFile(LPCTSTR FileName, long Format); BOOL ShowChartEditorElement(short Element, BOOL Show); BOOL IsChartEditorElementVisible(short Element); BOOL LoadURL(LPCTSTR URLName); BOOL SaveImageAsJpeg(LPCTSTR FileName, long Quality, BOOL GrayScale, BOOL OptimizeCompression, BOOL ProgressiveJpeg); BOOL SaveImageAsPng(LPCTSTR FileName, BOOL Interlace); void AboutBox(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CHART3D_H__7D70BEB5_5609_11D2_AF3A_00A024C3C1C2__INCLUDED_)