📄 siartchart.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 "siartchart.h"
// Dispatch interfaces referenced by this interface
#include "font.h"
#include "Picture.h"
/////////////////////////////////////////////////////////////////////////////
// CSIARTChart
IMPLEMENT_DYNCREATE(CSIARTChart, CWnd)
/////////////////////////////////////////////////////////////////////////////
// CSIARTChart properties
unsigned long CSIARTChart::GetLegendBackColor()
{
unsigned long result;
GetProperty(0x1, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetLegendBackColor(unsigned long propVal)
{
SetProperty(0x1, VT_I4, propVal);
}
unsigned long CSIARTChart::GetControlBackColor()
{
unsigned long result;
GetProperty(0x2, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetControlBackColor(unsigned long propVal)
{
SetProperty(0x2, VT_I4, propVal);
}
BOOL CSIARTChart::GetControlBorder()
{
BOOL result;
GetProperty(0x3, VT_BOOL, (void*)&result);
return result;
}
void CSIARTChart::SetControlBorder(BOOL propVal)
{
SetProperty(0x3, VT_BOOL, propVal);
}
double CSIARTChart::GetNoData()
{
double result;
GetProperty(0x4, VT_R8, (void*)&result);
return result;
}
void CSIARTChart::SetNoData(double propVal)
{
SetProperty(0x4, VT_R8, propVal);
}
CString CSIARTChart::GetLeftAxisTitle()
{
CString result;
GetProperty(0x5, VT_BSTR, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisTitle(LPCTSTR propVal)
{
SetProperty(0x5, VT_BSTR, propVal);
}
double CSIARTChart::GetLeftAxisMinRange()
{
double result;
GetProperty(0x6, VT_R8, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisMinRange(double propVal)
{
SetProperty(0x6, VT_R8, propVal);
}
double CSIARTChart::GetLeftAxisMaxRange()
{
double result;
GetProperty(0x7, VT_R8, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisMaxRange(double propVal)
{
SetProperty(0x7, VT_R8, propVal);
}
COleFont CSIARTChart::GetFontName()
{
LPDISPATCH pDispatch;
GetProperty(0x52, VT_DISPATCH, (void*)&pDispatch);
return COleFont(pDispatch);
}
void CSIARTChart::SetFontName(LPDISPATCH propVal)
{
SetProperty(0x52, VT_DISPATCH, propVal);
}
BOOL CSIARTChart::GetLegendBorder()
{
BOOL result;
GetProperty(0x8, VT_BOOL, (void*)&result);
return result;
}
void CSIARTChart::SetLegendBorder(BOOL propVal)
{
SetProperty(0x8, VT_BOOL, propVal);
}
short CSIARTChart::GetSeries()
{
short result;
GetProperty(0x9, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetSeries(short propVal)
{
SetProperty(0x9, VT_I2, propVal);
}
long CSIARTChart::GetSerieLineStyle()
{
long result;
GetProperty(0xa, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetSerieLineStyle(long propVal)
{
SetProperty(0xa, VT_I4, propVal);
}
short CSIARTChart::GetLegends()
{
short result;
GetProperty(0xb, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetLegends(short propVal)
{
SetProperty(0xb, VT_I2, propVal);
}
short CSIARTChart::GetLegendID()
{
short result;
GetProperty(0xc, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetLegendID(short propVal)
{
SetProperty(0xc, VT_I2, propVal);
}
long CSIARTChart::GetLegendStyle()
{
long result;
GetProperty(0xd, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetLegendStyle(long propVal)
{
SetProperty(0xd, VT_I4, propVal);
}
CString CSIARTChart::GetLegendTitle()
{
CString result;
GetProperty(0xe, VT_BSTR, (void*)&result);
return result;
}
void CSIARTChart::SetLegendTitle(LPCTSTR propVal)
{
SetProperty(0xe, VT_BSTR, propVal);
}
unsigned long CSIARTChart::GetSerieColor()
{
unsigned long result;
GetProperty(0xf, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetSerieColor(unsigned long propVal)
{
SetProperty(0xf, VT_I4, propVal);
}
unsigned long CSIARTChart::GetLegendColor()
{
unsigned long result;
GetProperty(0x10, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetLegendColor(unsigned long propVal)
{
SetProperty(0x10, VT_I4, propVal);
}
short CSIARTChart::GetSerieID()
{
short result;
GetProperty(0x11, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetSerieID(short propVal)
{
SetProperty(0x11, VT_I2, propVal);
}
short CSIARTChart::GetFonts()
{
short result;
GetProperty(0x12, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetFonts(short propVal)
{
SetProperty(0x12, VT_I2, propVal);
}
short CSIARTChart::GetFontID()
{
short result;
GetProperty(0x13, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetFontID(short propVal)
{
SetProperty(0x13, VT_I2, propVal);
}
short CSIARTChart::GetLeftAxisFontID()
{
short result;
GetProperty(0x14, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisFontID(short propVal)
{
SetProperty(0x14, VT_I2, propVal);
}
BOOL CSIARTChart::GetDisplayLegend()
{
BOOL result;
GetProperty(0x15, VT_BOOL, (void*)&result);
return result;
}
void CSIARTChart::SetDisplayLegend(BOOL propVal)
{
SetProperty(0x15, VT_BOOL, propVal);
}
short CSIARTChart::GetLegendFontID()
{
short result;
GetProperty(0x16, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetLegendFontID(short propVal)
{
SetProperty(0x16, VT_I2, propVal);
}
long CSIARTChart::GetSerieMaxData()
{
long result;
GetProperty(0x17, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetSerieMaxData(long propVal)
{
SetProperty(0x17, VT_I4, propVal);
}
double CSIARTChart::GetTimeAxisMinTime()
{
double result;
GetProperty(0x18, VT_R8, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisMinTime(double propVal)
{
SetProperty(0x18, VT_R8, propVal);
}
double CSIARTChart::GetTimeAxisMaxTime()
{
double result;
GetProperty(0x19, VT_R8, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisMaxTime(double propVal)
{
SetProperty(0x19, VT_R8, propVal);
}
short CSIARTChart::GetTimeAxisFontID()
{
short result;
GetProperty(0x1a, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisFontID(short propVal)
{
SetProperty(0x1a, VT_I2, propVal);
}
CString CSIARTChart::GetTimeAxisTitle()
{
CString result;
GetProperty(0x1b, VT_BSTR, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisTitle(LPCTSTR propVal)
{
SetProperty(0x1b, VT_BSTR, propVal);
}
unsigned long CSIARTChart::GetLeftAxisLineColor()
{
unsigned long result;
GetProperty(0x1c, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisLineColor(unsigned long propVal)
{
SetProperty(0x1c, VT_I4, propVal);
}
unsigned long CSIARTChart::GetTimeAxisLineColor()
{
unsigned long result;
GetProperty(0x1d, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisLineColor(unsigned long propVal)
{
SetProperty(0x1d, VT_I4, propVal);
}
unsigned long CSIARTChart::GetLeftAxisTitleColor()
{
unsigned long result;
GetProperty(0x1e, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisTitleColor(unsigned long propVal)
{
SetProperty(0x1e, VT_I4, propVal);
}
unsigned long CSIARTChart::GetTimeAxisTitleColor()
{
unsigned long result;
GetProperty(0x1f, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisTitleColor(unsigned long propVal)
{
SetProperty(0x1f, VT_I4, propVal);
}
CPicture CSIARTChart::GetControlBackPicture()
{
LPDISPATCH pDispatch;
GetProperty(0x53, VT_DISPATCH, (void*)&pDispatch);
return CPicture(pDispatch);
}
void CSIARTChart::SetControlBackPicture(LPDISPATCH propVal)
{
SetProperty(0x53, VT_DISPATCH, propVal);
}
long CSIARTChart::GetPlotTopMargin()
{
long result;
GetProperty(0x20, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetPlotTopMargin(long propVal)
{
SetProperty(0x20, VT_I4, propVal);
}
long CSIARTChart::GetPlotLeftMargin()
{
long result;
GetProperty(0x21, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetPlotLeftMargin(long propVal)
{
SetProperty(0x21, VT_I4, propVal);
}
long CSIARTChart::GetPlotRightMargin()
{
long result;
GetProperty(0x22, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetPlotRightMargin(long propVal)
{
SetProperty(0x22, VT_I4, propVal);
}
long CSIARTChart::GetPlotBottomMargin()
{
long result;
GetProperty(0x23, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetPlotBottomMargin(long propVal)
{
SetProperty(0x23, VT_I4, propVal);
}
unsigned long CSIARTChart::GetPlotColor()
{
unsigned long result;
GetProperty(0x24, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetPlotColor(unsigned long propVal)
{
SetProperty(0x24, VT_I4, propVal);
}
BOOL CSIARTChart::GetSerieSymbol()
{
BOOL result;
GetProperty(0x25, VT_BOOL, (void*)&result);
return result;
}
void CSIARTChart::SetSerieSymbol(BOOL propVal)
{
SetProperty(0x25, VT_BOOL, propVal);
}
short CSIARTChart::GetSerieSymbolStyle()
{
short result;
GetProperty(0x26, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetSerieSymbolStyle(short propVal)
{
SetProperty(0x26, VT_I2, propVal);
}
short CSIARTChart::GetSerieSymbolWidth()
{
short result;
GetProperty(0x27, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetSerieSymbolWidth(short propVal)
{
SetProperty(0x27, VT_I2, propVal);
}
unsigned long CSIARTChart::GetSerieSymbolColor()
{
unsigned long result;
GetProperty(0x28, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetSerieSymbolColor(unsigned long propVal)
{
SetProperty(0x28, VT_I4, propVal);
}
unsigned long CSIARTChart::GetResizeColor()
{
unsigned long result;
GetProperty(0x29, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetResizeColor(unsigned long propVal)
{
SetProperty(0x29, VT_I4, propVal);
}
long CSIARTChart::GetLeftAxisTitleX()
{
long result;
GetProperty(0x2a, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisTitleX(long propVal)
{
SetProperty(0x2a, VT_I4, propVal);
}
long CSIARTChart::GetLeftAxisTitleY()
{
long result;
GetProperty(0x2b, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetLeftAxisTitleY(long propVal)
{
SetProperty(0x2b, VT_I4, propVal);
}
long CSIARTChart::GetTimeAxisTitleX()
{
long result;
GetProperty(0x2c, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisTitleX(long propVal)
{
SetProperty(0x2c, VT_I4, propVal);
}
long CSIARTChart::GetTimeAxisTitleY()
{
long result;
GetProperty(0x2d, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisTitleY(long propVal)
{
SetProperty(0x2d, VT_I4, propVal);
}
BOOL CSIARTChart::GetTimeAxisLabelOn()
{
BOOL result;
GetProperty(0x2e, VT_BOOL, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisLabelOn(BOOL propVal)
{
SetProperty(0x2e, VT_BOOL, propVal);
}
unsigned long CSIARTChart::GetTimeAxisLabelColor()
{
unsigned long result;
GetProperty(0x2f, VT_I4, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisLabelColor(unsigned long propVal)
{
SetProperty(0x2f, VT_I4, propVal);
}
short CSIARTChart::GetTimeAxisTitleFontID()
{
short result;
GetProperty(0x30, VT_I2, (void*)&result);
return result;
}
void CSIARTChart::SetTimeAxisTitleFontID(short propVal)
{
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -