// 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 "chartlabel.h" // Dispatch interfaces referenced by this interface #include "Border.h" #include "Interior.h" #include "CubeFont.h" #include "Coord.h" #include "DataCoord.h" #include "DataIndex.h" #include "Font.h" #include "label.h" ///////////////////////////////////////////////////////////////////////////// // CChartLabel properties LPDISPATCH CChartLabel::GetParent() { LPDISPATCH result; GetProperty(0x1, VT_DISPATCH, (void*)&result); return result; } CString CChartLabel::GetName() { CString result; GetProperty(0x2, VT_BSTR, (void*)&result); return result; } void CChartLabel::SetName(LPCTSTR propVal) { SetProperty(0x2, VT_BSTR, propVal); } BOOL CChartLabel::GetIsShowing() { BOOL result; GetProperty(0x3, VT_BOOL, (void*)&result); return result; } void CChartLabel::SetIsShowing(BOOL propVal) { SetProperty(0x3, VT_BOOL, propVal); } BOOL CChartLabel::GetIsBatched() { BOOL result; GetProperty(0x4, VT_BOOL, (void*)&result); return result; } void CChartLabel::SetIsBatched(BOOL propVal) { SetProperty(0x4, VT_BOOL, propVal); } BOOL CChartLabel::GetIsConnected() { BOOL result; GetProperty(0x5, VT_BOOL, (void*)&result); return result; } void CChartLabel::SetIsConnected(BOOL propVal) { SetProperty(0x5, VT_BOOL, propVal); } long CChartLabel::GetAttachMethod() { long result; GetProperty(0x6, VT_I4, (void*)&result); return result; } void CChartLabel::SetAttachMethod(long propVal) { SetProperty(0x6, VT_I4, propVal); } long CChartLabel::GetAdjust() { long result; GetProperty(0x7, VT_I4, (void*)&result); return result; } void CChartLabel::SetAdjust(long propVal) { SetProperty(0x7, VT_I4, propVal); } long CChartLabel::GetPlane() { long result; GetProperty(0x8, VT_I4, (void*)&result); return result; } void CChartLabel::SetPlane(long propVal) { SetProperty(0x8, VT_I4, propVal); } long CChartLabel::GetHorizontalOffset() { long result; GetProperty(0x9, VT_I4, (void*)&result); return result; } void CChartLabel::SetHorizontalOffset(long propVal) { SetProperty(0x9, VT_I4, propVal); } long CChartLabel::GetVerticalOffset() { long result; GetProperty(0xa, VT_I4, (void*)&result); return result; } void CChartLabel::SetVerticalOffset(long propVal) { SetProperty(0xa, VT_I4, propVal); } CBorder CChartLabel::GetBorder() { LPDISPATCH pDispatch; GetProperty(0xb, VT_DISPATCH, (void*)&pDispatch); return CBorder(pDispatch); } CInterior CChartLabel::GetInterior() { LPDISPATCH pDispatch; GetProperty(0xc, VT_DISPATCH, (void*)&pDispatch); return CInterior(pDispatch); } CCoord CChartLabel::GetAttachCoord() { LPDISPATCH pDispatch; GetProperty(0xe, VT_DISPATCH, (void*)&pDispatch); return CCoord(pDispatch); } CDataCoord CChartLabel::GetAttachDataCoord() { LPDISPATCH pDispatch; GetProperty(0xf, VT_DISPATCH, (void*)&pDispatch); return CDataCoord(pDispatch); } CDataIndex CChartLabel::GetAttachDataIndex() { LPDISPATCH pDispatch; GetProperty(0x10, VT_DISPATCH, (void*)&pDispatch); return CDataIndex(pDispatch); } COleFont CChartLabel::GetFont() { LPDISPATCH pDispatch; GetProperty(0x11, VT_DISPATCH, (void*)&pDispatch); return COleFont(pDispatch); } void CChartLabel::SetFont(LPDISPATCH propVal) { SetProperty(0x11, VT_DISPATCH, propVal); } CLabel CChartLabel::GetText() { LPDISPATCH pDispatch; GetProperty(0x12, VT_DISPATCH, (void*)&pDispatch); return CLabel(pDispatch); } CCubeFont CChartLabel::GetCubeFont() { LPDISPATCH pDispatch; GetProperty(0x13, VT_DISPATCH, (void*)&pDispatch); return CCubeFont(pDispatch); } ///////////////////////////////////////////////////////////////////////////// // CChartLabel operations