#if !defined(AFX_CHARTFIELD_H__0FACB101_98DB_4C56_9EDD_A03BCC87AD55__INCLUDED_) #define AFX_CHARTFIELD_H__0FACB101_98DB_4C56_9EDD_A03BCC87AD55__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. ///////////////////////////////////////////////////////////////////////////// // CChartField wrapper class class CChartField : public COleDispatchDriver { public: CChartField() {} // Calls COleDispatchDriver default constructor CChartField(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CChartField(const CChartField& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetIndex(); void SetIndex(long nNewValue); unsigned long GetColor(); void SetColor(unsigned long newValue); CString GetName(); void SetName(LPCTSTR lpszNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CHARTFIELD_H__0FACB101_98DB_4C56_9EDD_A03BCC87AD55__INCLUDED_)