vcaxis.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #if !defined(AFX_VCAXIS_H__BE807A3A_E500_4B28_80BC_8CF94AD65604__INCLUDED_)
  2. #define AFX_VCAXIS_H__BE807A3A_E500_4B28_80BC_8CF94AD65604__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 CVcCategoryScale;
  12. // class CVcAxisGrid;
  13. // class CVcIntersection;
  14. // class CVcTick;
  15. // class CVcAxisScale;
  16. // class CVcValueScale;
  17. // class CVcAxisTitle;
  18. // class CVcLabels;
  19. #include "vcpen.h"
  20. #include "vccategoryscale.h"
  21. #include "vcaxisgrid.h"
  22. #include "vcintersection.h"
  23. #include "vctick.h"
  24. #include "vcaxisscale.h"
  25. #include "vcaxistitle.h"
  26. #include "vclabels.h"
  27. #include "vcvaluescale.h"
  28. /////////////////////////////////////////////////////////////////////////////
  29. // CVcAxis wrapper class
  30. class CVcAxis : public COleDispatchDriver
  31. {
  32. public:
  33. CVcAxis() {} // Calls COleDispatchDriver default constructor
  34. CVcAxis(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  35. CVcAxis(const CVcAxis& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  36. // Attributes
  37. public:
  38. // Operations
  39. public:
  40. CVcPen GetPen();
  41. short GetLabelLevelCount();
  42. CVcCategoryScale GetCategoryScale();
  43. CVcAxisGrid GetAxisGrid();
  44. CVcIntersection GetIntersection();
  45. CVcTick GetTick();
  46. CVcAxisScale GetAxisScale();
  47. CVcValueScale GetValueScale();
  48. CVcAxisTitle GetAxisTitle();
  49. CVcLabels GetLabels();
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_VCAXIS_H__BE807A3A_E500_4B28_80BC_8CF94AD65604__INCLUDED_)