12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- #if !defined(AFX_VCSERIES_H__FA71D755_3010_4600_82A5_0B0C815E8E1B__INCLUDED_)
- #define AFX_VCSERIES_H__FA71D755_3010_4600_82A5_0B0C815E8E1B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
- // Dispatch interfaces referenced by this interface
- // class CVcPen;
- // class CVcSeriesPosition;
- // class CVcSeriesMarker;
- // class CVcStatLine;
- // class CVcDataPoints;
- #include "vcpen.h"
- #include "vcseriesposition.h"
- #include "vcseriesmarker.h"
- #include "vcstatline.h"
- #include "vcdatapoints.h"
- //#include "vcdatagrid.h"
- /////////////////////////////////////////////////////////////////////////////
- // CVcSeries wrapper class
- class CVcSeries : public COleDispatchDriver
- {
- public:
- CVcSeries() {} // Calls COleDispatchDriver default constructor
- CVcSeries(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CVcSeries(const CVcSeries& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
- // Attributes
- public:
- // Operations
- public:
- BOOL GetSecondaryAxis();
- void SetSecondaryAxis(BOOL bNewValue);
- long GetSeriesType();
- void SetSeriesType(long nNewValue);
- CVcPen GetGuideLinePen();
- BOOL GetShowLine();
- void SetShowLine(BOOL bNewValue);
- CVcPen GetPen();
- CVcSeriesPosition GetPosition();
- CVcSeriesMarker GetSeriesMarker();
- CVcStatLine GetStatLine();
- CVcDataPoints GetDataPoints();
- CString GetLegendText();
- void SetLegendText(LPCTSTR lpszNewValue);
- void Select();
- BOOL GetShowGuideLine(long axisID);
- void SetShowGuideLine(long axisID, BOOL bNewValue);
- long GetTypeByChartType(long chartType);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VCSERIES_H__FA71D755_3010_4600_82A5_0B0C815E8E1B__INCLUDED_)
|