// 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. #include "stdafx.h" #include "chartarea.h" // Dispatch interfaces referenced by this interface #include "border.h" #include "location.h" #include "interior.h" #include "viewport.h" #include "plotcube.h" #include "axiscollection.h" #include "view3d.h" #include "surface.h" #include "bar.h" ///////////////////////////////////////////////////////////////////////////// // CChartArea properties CBorder CChartArea::GetBorder() { LPDISPATCH pDispatch; GetProperty(0x1, VT_DISPATCH, (void*)&pDispatch); return CBorder(pDispatch); } CLocation CChartArea::GetLocation() { LPDISPATCH pDispatch; GetProperty(0x2, VT_DISPATCH, (void*)&pDispatch); return CLocation(pDispatch); } CInterior CChartArea::GetInterior() { LPDISPATCH pDispatch; GetProperty(0x3, VT_DISPATCH, (void*)&pDispatch); return CInterior(pDispatch); } LPDISPATCH CChartArea::GetParent() { LPDISPATCH result; GetProperty(0x4, VT_DISPATCH, (void*)&result); return result; } CViewport CChartArea::GetViewport() { LPDISPATCH pDispatch; GetProperty(0x5, VT_DISPATCH, (void*)&pDispatch); return CViewport(pDispatch); } CPlotCube CChartArea::GetPlotCube() { LPDISPATCH pDispatch; GetProperty(0x6, VT_DISPATCH, (void*)&pDispatch); return CPlotCube(pDispatch); } CAxisCollection CChartArea::GetAxes() { LPDISPATCH pDispatch; GetProperty(0x7, VT_DISPATCH, (void*)&pDispatch); return CAxisCollection(pDispatch); } CView3D CChartArea::GetView3D() { LPDISPATCH pDispatch; GetProperty(0x8, VT_DISPATCH, (void*)&pDispatch); return CView3D(pDispatch); } CSurface CChartArea::GetSurface() { LPDISPATCH pDispatch; GetProperty(0x9, VT_DISPATCH, (void*)&pDispatch); return CSurface(pDispatch); } CBar CChartArea::GetBar() { LPDISPATCH pDispatch; GetProperty(0xa, VT_DISPATCH, (void*)&pDispatch); return CBar(pDispatch); } ///////////////////////////////////////////////////////////////////////////// // CChartArea operations