vcdatapoint.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #if !defined(AFX_VCDATAPOINT_H__FCD73F7F_5EE2_42D5_80DA_99D91CB7E448__INCLUDED_)
  2. #define AFX_VCDATAPOINT_H__FCD73F7F_5EE2_42D5_80DA_99D91CB7E448__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 CVcDataPointLabel;
  11. class CVcBrush;
  12. class CVcPen;
  13. class CVcMarker;
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CVcDataPoint wrapper class
  16. class CVcDataPoint : public COleDispatchDriver
  17. {
  18. public:
  19. CVcDataPoint() {} // Calls COleDispatchDriver default constructor
  20. CVcDataPoint(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  21. CVcDataPoint(const CVcDataPoint& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  22. // Attributes
  23. public:
  24. // Operations
  25. public:
  26. CVcDataPointLabel GetDataPointLabel();
  27. CVcBrush GetBrush();
  28. CVcPen GetEdgePen();
  29. CVcMarker GetMarker();
  30. float GetOffset();
  31. void SetOffset(float newValue);
  32. void ResetCustom();
  33. void Select();
  34. };
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_VCDATAPOINT_H__FCD73F7F_5EE2_42D5_80DA_99D91CB7E448__INCLUDED_)