vcseries.h 1.9 KB

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