mochartrenderer.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOCHARTRENDERER_H__4EA60D37_B8C9_4226_AEFF_0ACB6363EC7C__INCLUDED_)
  2. #define AFX_MOCHARTRENDERER_H__4EA60D37_B8C9_4226_AEFF_0ACB6363EC7C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMoChartRenderer wrapper class
  11. class CMoChartRenderer : public COleDispatchDriver
  12. {
  13. public:
  14. CMoChartRenderer() {} // Calls COleDispatchDriver default constructor
  15. CMoChartRenderer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CMoChartRenderer(const CMoChartRenderer& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. CString GetSizeField();
  20. void SetSizeField(LPCTSTR);
  21. short GetFieldCount();
  22. void SetFieldCount(short);
  23. double GetNullValue();
  24. void SetNullValue(double);
  25. long GetChartType();
  26. void SetChartType(long);
  27. short GetBarWidth();
  28. void SetBarWidth(short);
  29. short GetBarHeight();
  30. void SetBarHeight(short);
  31. CString GetNormalizationField();
  32. void SetNormalizationField(LPCTSTR);
  33. short GetMinPieSize();
  34. void SetMinPieSize(short);
  35. short GetMaxPieSize();
  36. void SetMaxPieSize(short);
  37. BOOL GetShowOutline();
  38. void SetShowOutline(BOOL);
  39. // Operations
  40. public:
  41. CString GetField(short index);
  42. void SetField(short index, LPCTSTR lpszNewValue);
  43. unsigned long GetColor(short index);
  44. void SetColor(short index, unsigned long newValue);
  45. void NoNullValue();
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_MOCHARTRENDERER_H__4EA60D37_B8C9_4226_AEFF_0ACB6363EC7C__INCLUDED_)