#ifndef __CHARTAREA_H__ #define __CHARTAREA_H__ // 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 CBorder; class CLocation; class CInterior; class CViewport; class CPlotCube; class CAxisCollection; class CView3D; class CSurface; class CBar; ///////////////////////////////////////////////////////////////////////////// // CChartArea wrapper class class CChartArea : public COleDispatchDriver { public: CChartArea() {} // Calls COleDispatchDriver default constructor CChartArea(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CChartArea(const CChartArea& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: CBorder GetBorder(); CLocation GetLocation(); CInterior GetInterior(); LPDISPATCH GetParent(); CViewport GetViewport(); CPlotCube GetPlotCube(); CAxisCollection GetAxes(); CView3D GetView3D(); CSurface GetSurface(); CBar GetBar(); // Operations public: }; #endif // __CHARTAREA_H__