MSChart.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. #if !defined(AFX_MSCHART_H__7A8B5046_C98F_48E9_BEFD_F6C1B4E5C1CF__INCLUDED_)
  2. #define AFX_MSCHART_H__7A8B5046_C98F_48E9_BEFD_F6C1B4E5C1CF__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. // Dispatch interfaces referenced by this interface
  10. /*
  11. class CVcTitle;
  12. class CVcFootnote;
  13. class CVcBackdrop;
  14. class CVcLegend;
  15. class CVcDataGrid;
  16. class CVcPlot;
  17. */
  18. #include "vctitle.h"
  19. #include "vcfootnote.h"
  20. #include "vcbackdrop.h"
  21. #include "vclegend.h"
  22. #include "vcdatagrid.h"
  23. #include "vcplot.h"
  24. /////////////////////////////////////////////////////////////////////////////
  25. // CMSChart wrapper class
  26. class CMSChart : public CWnd
  27. {
  28. protected:
  29. DECLARE_DYNCREATE(CMSChart)
  30. public:
  31. CLSID const& GetClsid()
  32. {
  33. static CLSID const clsid
  34. = { 0x3a2b370c, 0xba0a, 0x11d1, { 0xb1, 0x37, 0x0, 0x0, 0xf8, 0x75, 0x3f, 0x5d } };
  35. return clsid;
  36. }
  37. virtual BOOL Create(LPCTSTR lpszClassName,
  38. LPCTSTR lpszWindowName, DWORD dwStyle,
  39. const RECT& rect,
  40. CWnd* pParentWnd, UINT nID,
  41. CCreateContext* pContext = NULL)
  42. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  43. BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  44. const RECT& rect, CWnd* pParentWnd, UINT nID,
  45. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  46. BSTR bstrLicKey = NULL)
  47. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  48. pPersist, bStorage, bstrLicKey); }
  49. // Attributes
  50. public:
  51. // Operations
  52. public:
  53. BOOL GetAutoIncrement();
  54. void SetAutoIncrement(BOOL bNewValue);
  55. BOOL GetRandomFill();
  56. void SetRandomFill(BOOL bNewValue);
  57. long GetChartType();
  58. void SetChartType(long nNewValue);
  59. short GetColumn();
  60. void SetColumn(short nNewValue);
  61. short GetColumnCount();
  62. void SetColumnCount(short nNewValue);
  63. CString GetColumnLabel();
  64. void SetColumnLabel(LPCTSTR lpszNewValue);
  65. short GetColumnLabelCount();
  66. void SetColumnLabelCount(short nNewValue);
  67. short GetColumnLabelIndex();
  68. void SetColumnLabelIndex(short nNewValue);
  69. CString GetData();
  70. void SetData(LPCTSTR lpszNewValue);
  71. CString GetFootnoteText();
  72. void SetFootnoteText(LPCTSTR lpszNewValue);
  73. BOOL GetRepaint();
  74. void SetRepaint(BOOL bNewValue);
  75. short GetRow();
  76. void SetRow(short nNewValue);
  77. short GetRowCount();
  78. void SetRowCount(short nNewValue);
  79. CString GetRowLabel();
  80. void SetRowLabel(LPCTSTR lpszNewValue);
  81. short GetRowLabelCount();
  82. void SetRowLabelCount(short nNewValue);
  83. short GetRowLabelIndex();
  84. void SetRowLabelIndex(short nNewValue);
  85. short GetSeriesColumn();
  86. void SetSeriesColumn(short nNewValue);
  87. long GetSeriesType();
  88. void SetSeriesType(long nNewValue);
  89. BOOL GetShowLegend();
  90. void SetShowLegend(BOOL bNewValue);
  91. long GetDrawMode();
  92. void SetDrawMode(long nNewValue);
  93. long GetBorderStyle();
  94. void SetBorderStyle(long nNewValue);
  95. BOOL GetEnabled();
  96. void SetEnabled(BOOL bNewValue);
  97. long GetHWnd();
  98. CVcTitle GetTitle();
  99. CVcFootnote GetFootnote();
  100. CString GetTitleText();
  101. void SetTitleText(LPCTSTR lpszNewValue);
  102. BOOL GetStacking();
  103. void SetStacking(BOOL bNewValue);
  104. long GetTextLengthType();
  105. void SetTextLengthType(long nNewValue);
  106. BOOL GetAllowSelections();
  107. void SetAllowSelections(BOOL bNewValue);
  108. BOOL GetAllowSeriesSelection();
  109. void SetAllowSeriesSelection(BOOL bNewValue);
  110. BOOL GetAllowDynamicRotation();
  111. void SetAllowDynamicRotation(BOOL bNewValue);
  112. short GetActiveSeriesCount();
  113. CVcBackdrop GetBackdrop();
  114. CVcLegend GetLegend();
  115. CVcDataGrid GetDataGrid();
  116. CVcPlot GetPlot();
  117. BOOL GetAllowDithering();
  118. void SetAllowDithering(BOOL bNewValue);
  119. BOOL GetDoSetCursor();
  120. void SetDoSetCursor(BOOL bNewValue);
  121. BOOL GetChart3d();
  122. VARIANT GetChartData();
  123. void SetChartData(const VARIANT& newValue);
  124. long GetMousePointer();
  125. void SetMousePointer(long nNewValue);
  126. void Refresh();
  127. void EditPaste();
  128. void EditCopy();
  129. void Layout();
  130. void ToDefaults();
  131. void SelectPart(short part, short index1, short index2, short index3, short index4);
  132. void GetSelectedPart(short* part, short* index1, short* index2, short* index3, short* index4);
  133. void TwipsToChartPart(long xVal, long yVal, short* part, short* index1, short* index2, short* index3, short* index4);
  134. long GetOLEDragMode();
  135. void SetOLEDragMode(long nNewValue);
  136. long GetOLEDropMode();
  137. void SetOLEDropMode(long nNewValue);
  138. void OLEDrag();
  139. LPUNKNOWN GetDataSource();
  140. void SetRefDataSource(LPUNKNOWN newValue);
  141. CString GetDataMember();
  142. void SetDataMember(LPCTSTR lpszNewValue);
  143. };
  144. //{{AFX_INSERT_LOCATION}}
  145. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  146. #endif // !defined(AFX_MSCHART_H__7A8B5046_C98F_48E9_BEFD_F6C1B4E5C1CF__INCLUDED_)