vcseries.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #if !defined(AFX_VCSERIES_H__FA71D755_3010_4600_82A5_0B0C815E8E1B__INCLUDED_)
  2. #define AFX_VCSERIES_H__FA71D755_3010_4600_82A5_0B0C815E8E1B__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. class CVcPen;
  11. class CVcSeriesPosition;
  12. class CVcSeriesMarker;
  13. class CVcStatLine;
  14. class CVcDataPoints;
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CVcSeries wrapper class
  17. class CVcSeries : public COleDispatchDriver
  18. {
  19. public:
  20. CVcSeries() {} // Calls COleDispatchDriver default constructor
  21. CVcSeries(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  22. CVcSeries(const CVcSeries& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  23. // Attributes
  24. public:
  25. // Operations
  26. public:
  27. BOOL GetSecondaryAxis();
  28. void SetSecondaryAxis(BOOL bNewValue);
  29. long GetSeriesType();
  30. void SetSeriesType(long nNewValue);
  31. CVcPen GetGuideLinePen();
  32. BOOL GetShowLine();
  33. void SetShowLine(BOOL bNewValue);
  34. CVcPen GetPen();
  35. CVcSeriesPosition GetPosition();
  36. CVcSeriesMarker GetSeriesMarker();
  37. CVcStatLine GetStatLine();
  38. CVcDataPoints GetDataPoints();
  39. CString GetLegendText();
  40. void SetLegendText(LPCTSTR lpszNewValue);
  41. void Select();
  42. BOOL GetShowGuideLine(long axisID);
  43. void SetShowGuideLine(long axisID, BOOL bNewValue);
  44. long GetTypeByChartType(long chartType);
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_VCSERIES_H__FA71D755_3010_4600_82A5_0B0C815E8E1B__INCLUDED_)