12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- #if !defined(AFX_VCPLOT_H__764C96B2_9EC4_4B96_9311_799D1AADD842__INCLUDED_)
- #define AFX_VCPLOT_H__764C96B2_9EC4_4B96_9311_799D1AADD842__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 CVcBackdrop;
- // class CVcRect;
- // class CVcView3d;
- // class CVcPlotBase;
- // class CVcWeighting;
- // class CVcWall;
- // class CVcSeriesCollection;
- // class CVcLight;
- // class CVcAxis;
- #include "vcrect.h"
- #include "vcbackdrop.h"
- #include "vcview3d.h"
- #include "vcplotbase.h"
- #include "vcweighting.h"
- #include "vcwall.h"
- #include "vcseriescollection.h"
- #include "vclight.h"
- #include "vcaxis.h"
- /////////////////////////////////////////////////////////////////////////////
- // CVcPlot wrapper class
- class CVcPlot : public COleDispatchDriver
- {
- public:
- CVcPlot() {} // Calls COleDispatchDriver default constructor
- CVcPlot(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CVcPlot(const CVcPlot& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
- // Attributes
- public:
- // Operations
- public:
- long GetAngleUnit();
- void SetAngleUnit(long nNewValue);
- BOOL GetClockwise();
- void SetClockwise(BOOL bNewValue);
- long GetSort();
- void SetSort(long nNewValue);
- CVcBackdrop GetBackdrop();
- float GetStartingAngle();
- void SetStartingAngle(float newValue);
- long GetSubPlotLabelPosition();
- void SetSubPlotLabelPosition(long nNewValue);
- float GetBarGap();
- void SetBarGap(float newValue);
- float GetXGap();
- void SetXGap(float newValue);
- BOOL GetAutoLayout();
- void SetAutoLayout(BOOL bNewValue);
- float GetWidthToHeightRatio();
- void SetWidthToHeightRatio(float newValue);
- float GetDepthToHeightRatio();
- void SetDepthToHeightRatio(float newValue);
- CVcRect GetLocationRect();
- long GetProjection();
- void SetProjection(long nNewValue);
- float GetZGap();
- void SetZGap(float newValue);
- CVcView3d GetView3d();
- CVcPlotBase GetPlotBase();
- CVcWeighting GetWeighting();
- CVcWall GetWall();
- CVcSeriesCollection GetSeriesCollection();
- BOOL GetDataSeriesInRow();
- void SetDataSeriesInRow(BOOL bNewValue);
- CVcLight GetLight();
- long GetDefaultPercentBasis();
- BOOL GetUniformAxis();
- void SetUniformAxis(BOOL bNewValue);
- CVcAxis GetAxis(long axisID, const VARIANT& Index);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VCPLOT_H__764C96B2_9EC4_4B96_9311_799D1AADD842__INCLUDED_)
|