vcplot.h 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. #if !defined(AFX_VCPLOT_H__764C96B2_9EC4_4B96_9311_799D1AADD842__INCLUDED_)
  2. #define AFX_VCPLOT_H__764C96B2_9EC4_4B96_9311_799D1AADD842__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 CVcBackdrop;
  11. // class CVcRect;
  12. // class CVcView3d;
  13. // class CVcPlotBase;
  14. // class CVcWeighting;
  15. // class CVcWall;
  16. // class CVcSeriesCollection;
  17. // class CVcLight;
  18. // class CVcAxis;
  19. #include "vcrect.h"
  20. #include "vcbackdrop.h"
  21. #include "vcview3d.h"
  22. #include "vcplotbase.h"
  23. #include "vcweighting.h"
  24. #include "vcwall.h"
  25. #include "vcseriescollection.h"
  26. #include "vclight.h"
  27. #include "vcaxis.h"
  28. /////////////////////////////////////////////////////////////////////////////
  29. // CVcPlot wrapper class
  30. class CVcPlot : public COleDispatchDriver
  31. {
  32. public:
  33. CVcPlot() {} // Calls COleDispatchDriver default constructor
  34. CVcPlot(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  35. CVcPlot(const CVcPlot& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  36. // Attributes
  37. public:
  38. // Operations
  39. public:
  40. long GetAngleUnit();
  41. void SetAngleUnit(long nNewValue);
  42. BOOL GetClockwise();
  43. void SetClockwise(BOOL bNewValue);
  44. long GetSort();
  45. void SetSort(long nNewValue);
  46. CVcBackdrop GetBackdrop();
  47. float GetStartingAngle();
  48. void SetStartingAngle(float newValue);
  49. long GetSubPlotLabelPosition();
  50. void SetSubPlotLabelPosition(long nNewValue);
  51. float GetBarGap();
  52. void SetBarGap(float newValue);
  53. float GetXGap();
  54. void SetXGap(float newValue);
  55. BOOL GetAutoLayout();
  56. void SetAutoLayout(BOOL bNewValue);
  57. float GetWidthToHeightRatio();
  58. void SetWidthToHeightRatio(float newValue);
  59. float GetDepthToHeightRatio();
  60. void SetDepthToHeightRatio(float newValue);
  61. CVcRect GetLocationRect();
  62. long GetProjection();
  63. void SetProjection(long nNewValue);
  64. float GetZGap();
  65. void SetZGap(float newValue);
  66. CVcView3d GetView3d();
  67. CVcPlotBase GetPlotBase();
  68. CVcWeighting GetWeighting();
  69. CVcWall GetWall();
  70. CVcSeriesCollection GetSeriesCollection();
  71. BOOL GetDataSeriesInRow();
  72. void SetDataSeriesInRow(BOOL bNewValue);
  73. CVcLight GetLight();
  74. long GetDefaultPercentBasis();
  75. BOOL GetUniformAxis();
  76. void SetUniformAxis(BOOL bNewValue);
  77. CVcAxis GetAxis(long axisID, const VARIANT& Index);
  78. };
  79. //{{AFX_INSERT_LOCATION}}
  80. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  81. #endif // !defined(AFX_VCPLOT_H__764C96B2_9EC4_4B96_9311_799D1AADD842__INCLUDED_)