📄 chartfx.cpp
字号:
// 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.
#include "stdafx.h"
#include "chartfx.h"
// Dispatch interfaces referenced by this interface
#include "Font.h"
/////////////////////////////////////////////////////////////////////////////
// CChartfx
IMPLEMENT_DYNCREATE(CChartfx, CWnd)
/////////////////////////////////////////////////////////////////////////////
// CChartfx properties
short CChartfx::GetDesignDraw()
{
short result;
GetProperty(0x4, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetDesignDraw(short propVal)
{
SetProperty(0x4, VT_I2, propVal);
}
short CChartfx::GetThisSerie()
{
short result;
GetProperty(0x1, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetThisSerie(short propVal)
{
SetProperty(0x1, VT_I2, propVal);
}
short CChartfx::GetThisPoint()
{
short result;
GetProperty(0x2, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetThisPoint(short propVal)
{
SetProperty(0x2, VT_I2, propVal);
}
BOOL CChartfx::GetAutoInvalidate()
{
BOOL result;
GetProperty(0x3, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetAutoInvalidate(BOOL propVal)
{
SetProperty(0x3, VT_BOOL, propVal);
}
long CChartfx::GetType()
{
long result;
GetProperty(0x5, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetType(long propVal)
{
SetProperty(0x5, VT_I4, propVal);
}
long CChartfx::GetStyle()
{
long result;
GetProperty(0x6, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetStyle(long propVal)
{
SetProperty(0x6, VT_I4, propVal);
}
short CChartfx::GetNSeries()
{
short result;
GetProperty(0x7, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetNSeries(short propVal)
{
SetProperty(0x7, VT_I2, propVal);
}
short CChartfx::GetNValues()
{
short result;
GetProperty(0x8, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetNValues(short propVal)
{
SetProperty(0x8, VT_I2, propVal);
}
unsigned long CChartfx::GetThisColor()
{
unsigned long result;
GetProperty(0x9, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetThisColor(unsigned long propVal)
{
SetProperty(0x9, VT_I4, propVal);
}
unsigned long CChartfx::GetThisBkColor()
{
unsigned long result;
GetProperty(0xa, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetThisBkColor(unsigned long propVal)
{
SetProperty(0xa, VT_I4, propVal);
}
short CChartfx::GetLeftGap()
{
short result;
GetProperty(0xb, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetLeftGap(short propVal)
{
SetProperty(0xb, VT_I2, propVal);
}
short CChartfx::GetRightGap()
{
short result;
GetProperty(0xc, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetRightGap(short propVal)
{
SetProperty(0xc, VT_I2, propVal);
}
short CChartfx::GetTopGap()
{
short result;
GetProperty(0xd, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetTopGap(short propVal)
{
SetProperty(0xd, VT_I2, propVal);
}
short CChartfx::GetBottomGap()
{
short result;
GetProperty(0xe, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetBottomGap(short propVal)
{
SetProperty(0xe, VT_I2, propVal);
}
short CChartfx::GetDecimals()
{
short result;
GetProperty(0xf, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetDecimals(short propVal)
{
SetProperty(0xf, VT_I2, propVal);
}
short CChartfx::GetPointType()
{
short result;
GetProperty(0x10, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetPointType(short propVal)
{
SetProperty(0x10, VT_I2, propVal);
}
short CChartfx::GetScheme()
{
short result;
GetProperty(0x11, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetScheme(short propVal)
{
SetProperty(0x11, VT_I2, propVal);
}
short CChartfx::GetStacked()
{
short result;
GetProperty(0x12, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetStacked(short propVal)
{
SetProperty(0x12, VT_I2, propVal);
}
short CChartfx::GetGrid()
{
short result;
GetProperty(0x13, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetGrid(short propVal)
{
SetProperty(0x13, VT_I2, propVal);
}
short CChartfx::GetWallWidth()
{
short result;
GetProperty(0x14, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetWallWidth(short propVal)
{
SetProperty(0x14, VT_I2, propVal);
}
short CChartfx::GetBarHorzGap()
{
short result;
GetProperty(0x15, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetBarHorzGap(short propVal)
{
SetProperty(0x15, VT_I2, propVal);
}
BOOL CChartfx::GetView3D()
{
BOOL result;
GetProperty(0x16, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetView3D(BOOL propVal)
{
SetProperty(0x16, VT_BOOL, propVal);
}
long CChartfx::GetAngles3D()
{
long result;
GetProperty(0x17, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetAngles3D(long propVal)
{
SetProperty(0x17, VT_I4, propVal);
}
short CChartfx::GetPixFactor()
{
short result;
GetProperty(0x18, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetPixFactor(short propVal)
{
SetProperty(0x18, VT_I2, propVal);
}
short CChartfx::GetLineWidth()
{
short result;
GetProperty(0x19, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetLineWidth(short propVal)
{
SetProperty(0x19, VT_I2, propVal);
}
short CChartfx::GetLineStyle()
{
short result;
GetProperty(0x1a, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetLineStyle(short propVal)
{
SetProperty(0x1a, VT_I2, propVal);
}
unsigned long CChartfx::GetLineColor()
{
unsigned long result;
GetProperty(0x1b, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetLineColor(unsigned long propVal)
{
SetProperty(0x1b, VT_I4, propVal);
}
unsigned long CChartfx::GetLineBkColor()
{
unsigned long result;
GetProperty(0x1c, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetLineBkColor(unsigned long propVal)
{
SetProperty(0x1c, VT_I4, propVal);
}
short CChartfx::GetFixedWidth()
{
short result;
GetProperty(0x1d, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetFixedWidth(short propVal)
{
SetProperty(0x1d, VT_I2, propVal);
}
short CChartfx::GetFixedStyle()
{
short result;
GetProperty(0x1e, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetFixedStyle(short propVal)
{
SetProperty(0x1e, VT_I2, propVal);
}
unsigned long CChartfx::GetFixedColor()
{
unsigned long result;
GetProperty(0x1f, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetFixedColor(unsigned long propVal)
{
SetProperty(0x1f, VT_I4, propVal);
}
unsigned long CChartfx::GetFixedBkColor()
{
unsigned long result;
GetProperty(0x20, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetFixedBkColor(unsigned long propVal)
{
SetProperty(0x20, VT_I4, propVal);
}
short CChartfx::GetFixedGap()
{
short result;
GetProperty(0x21, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetFixedGap(short propVal)
{
SetProperty(0x21, VT_I2, propVal);
}
unsigned long CChartfx::GetRGBBarHorz()
{
unsigned long result;
GetProperty(0x22, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetRGBBarHorz(unsigned long propVal)
{
SetProperty(0x22, VT_I4, propVal);
}
unsigned long CChartfx::GetRGBBk()
{
unsigned long result;
GetProperty(0x23, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetRGBBk(unsigned long propVal)
{
SetProperty(0x23, VT_I4, propVal);
}
unsigned long CChartfx::GetRGB2DBk()
{
unsigned long result;
GetProperty(0x24, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetRGB2DBk(unsigned long propVal)
{
SetProperty(0x24, VT_I4, propVal);
}
unsigned long CChartfx::GetRGB3DBk()
{
unsigned long result;
GetProperty(0x25, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetRGB3DBk(unsigned long propVal)
{
SetProperty(0x25, VT_I4, propVal);
}
BOOL CChartfx::GetShowStatus()
{
BOOL result;
GetProperty(0x26, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetShowStatus(BOOL propVal)
{
SetProperty(0x26, VT_BOOL, propVal);
}
CString CChartfx::GetHText()
{
CString result;
GetProperty(0x27, VT_BSTR, (void*)&result);
return result;
}
void CChartfx::SetHText(LPCTSTR propVal)
{
SetProperty(0x27, VT_BSTR, propVal);
}
short CChartfx::GetChartStatus()
{
short result;
GetProperty(0x28, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetChartStatus(short propVal)
{
SetProperty(0x28, VT_I2, propVal);
}
short CChartfx::GetEdit()
{
short result;
GetProperty(0x29, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetEdit(short propVal)
{
SetProperty(0x29, VT_I2, propVal);
}
short CChartfx::GetChartType()
{
short result;
GetProperty(0x2a, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetChartType(short propVal)
{
SetProperty(0x2a, VT_I2, propVal);
}
BOOL CChartfx::GetChart3D()
{
BOOL result;
GetProperty(0x2b, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetChart3D(BOOL propVal)
{
SetProperty(0x2b, VT_BOOL, propVal);
}
BOOL CChartfx::GetToolBar()
{
BOOL result;
GetProperty(0x2c, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetToolBar(BOOL propVal)
{
SetProperty(0x2c, VT_BOOL, propVal);
}
BOOL CChartfx::GetPaletteBar()
{
BOOL result;
GetProperty(0x2d, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetPaletteBar(BOOL propVal)
{
SetProperty(0x2d, VT_BOOL, propVal);
}
BOOL CChartfx::GetPatternBar()
{
BOOL result;
GetProperty(0x2e, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetPatternBar(BOOL propVal)
{
SetProperty(0x2e, VT_BOOL, propVal);
}
long CChartfx::GetCustTool()
{
long result;
GetProperty(0x2f, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetCustTool(long propVal)
{
SetProperty(0x2f, VT_I4, propVal);
}
long CChartfx::GetReturnValue()
{
long result;
GetProperty(0x30, VT_I4, (void*)&result);
return result;
}
void CChartfx::SetReturnValue(long propVal)
{
SetProperty(0x30, VT_I4, propVal);
}
BOOL CChartfx::GetAutoIncrement()
{
BOOL result;
GetProperty(0x31, VT_BOOL, (void*)&result);
return result;
}
void CChartfx::SetAutoIncrement(BOOL propVal)
{
SetProperty(0x31, VT_BOOL, propVal);
}
double CChartfx::GetThisValue()
{
double result;
GetProperty(0x32, VT_R8, (void*)&result);
return result;
}
void CChartfx::SetThisValue(double propVal)
{
SetProperty(0x32, VT_R8, propVal);
}
short CChartfx::GetVertGridGap()
{
short result;
GetProperty(0x33, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetVertGridGap(short propVal)
{
SetProperty(0x33, VT_I2, propVal);
}
short CChartfx::GetXLegType()
{
short result;
GetProperty(0x34, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetXLegType(short propVal)
{
SetProperty(0x34, VT_I2, propVal);
}
short CChartfx::GetConstType()
{
short result;
GetProperty(0x35, VT_I2, (void*)&result);
return result;
}
void CChartfx::SetConstType(short propVal)
{
SetProperty(0x35, VT_I2, propVal);
}
COleFont CChartfx::GetLeftFont()
{
LPDISPATCH pDispatch;
GetProperty(0x36, VT_DISPATCH, (void*)&pDispatch);
return COleFont(pDispatch);
}
void CChartfx::SetLeftFont(LPDISPATCH propVal)
{
SetProperty(0x36, VT_DISPATCH, propVal);
}
COleFont CChartfx::GetRightFont()
{
LPDISPATCH pDispatch;
GetProperty(0x37, VT_DISPATCH, (void*)&pDispatch);
return COleFont(pDispatch);
}
void CChartfx::SetRightFont(LPDISPATCH propVal)
{
SetProperty(0x37, VT_DISPATCH, propVal);
}
COleFont CChartfx::GetTopFont()
{
LPDISPATCH pDispatch;
GetProperty(0x38, VT_DISPATCH, (void*)&pDispatch);
return COleFont(pDispatch);
}
void CChartfx::SetTopFont(LPDISPATCH propVal)
{
SetProperty(0x38, VT_DISPATCH, propVal);
}
COleFont CChartfx::GetBottomFont()
{
LPDISPATCH pDispatch;
GetProperty(0x39, VT_DISPATCH, (void*)&pDispatch);
return COleFont(pDispatch);
}
void CChartfx::SetBottomFont(LPDISPATCH propVal)
{
SetProperty(0x39, VT_DISPATCH, propVal);
}
COleFont CChartfx::GetXLegFont()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -