📄 legendpalettetool.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 "legendpalettetool.h"
// Dispatch interfaces referenced by this interface
#include "ChartHiddenPen.h"
#include "Pen.h"
/////////////////////////////////////////////////////////////////////////////
// CLegendPaletteTool properties
/////////////////////////////////////////////////////////////////////////////
// CLegendPaletteTool operations
VARIANT CLegendPaletteTool::GetSeries()
{
VARIANT result;
InvokeHelper(0xe, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetSeries(const VARIANT& newValue)
{
static BYTE parms[] =
VTS_VARIANT;
InvokeHelper(0xe, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
&newValue);
}
CChartHiddenPen CLegendPaletteTool::GetBorder()
{
LPDISPATCH pDispatch;
InvokeHelper(0x12f, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
return CChartHiddenPen(pDispatch);
}
long CLegendPaletteTool::GetHeight()
{
long result;
InvokeHelper(0x130, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetHeight(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x130, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
nNewValue);
}
BOOL CLegendPaletteTool::GetInverted()
{
BOOL result;
InvokeHelper(0x131, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetInverted(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x131, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
bNewValue);
}
long CLegendPaletteTool::GetLeft()
{
long result;
InvokeHelper(0x132, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetLeft(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x132, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
nNewValue);
}
BOOL CLegendPaletteTool::GetSmooth()
{
BOOL result;
InvokeHelper(0x134, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetSmooth(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x134, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
bNewValue);
}
long CLegendPaletteTool::GetTop()
{
long result;
InvokeHelper(0x135, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetTop(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x135, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
nNewValue);
}
BOOL CLegendPaletteTool::GetTransparent()
{
BOOL result;
InvokeHelper(0x136, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetTransparent(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x136, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
bNewValue);
}
BOOL CLegendPaletteTool::GetVertical()
{
BOOL result;
InvokeHelper(0x137, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetVertical(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x137, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
bNewValue);
}
long CLegendPaletteTool::GetWidth()
{
long result;
InvokeHelper(0x138, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetWidth(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x138, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
nNewValue);
}
long CLegendPaletteTool::GetAxis()
{
long result;
InvokeHelper(0x12e, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetAxis(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x12e, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
nNewValue);
}
long CLegendPaletteTool::GetPositionUnits()
{
long result;
InvokeHelper(0x133, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
return result;
}
void CLegendPaletteTool::SetPositionUnits(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x133, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
nNewValue);
}
CPen1 CLegendPaletteTool::GetPen()
{
LPDISPATCH pDispatch;
InvokeHelper(0x139, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
return CPen1(pDispatch);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -