📄 vcplot.h
字号:
// Mit Microsoft Visual C++ automatisch erstellte IDispatch-Kapselungsklasse(n).
// HINWEIS: Die Inhalte dieser Datei nicht 鋘dern. Wenn Microsoft Visual C++
// diese Klasse erneuert, werden Ihre 膎derungen 黚erschrieben.
// Dispatch-Schnittstellen, auf die von dieser Schnittstelle verwiesen wird
class CVcBackdrop;
class CVcRect;
class CVcView3d;
class CVcPlotBase;
class CVcWeighting;
class CVcWall;
class CVcSeriesCollection;
class CVcLight;
class CVcAxis;
/////////////////////////////////////////////////////////////////////////////
// Wrapper-Klasse CVcPlot
class CVcPlot : public COleDispatchDriver
{
public:
CVcPlot() {} // Ruft den Standardkonstruktor f黵 COleDispatchDriver auf
CVcPlot(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CVcPlot(const CVcPlot& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attribute
public:
// Operationen
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);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -