📄 cmapxthemeproperties.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 "cmapxthemeproperties.h"
// Dispatch interfaces referenced by this interface
#include "CMapXRangeCategoriesCollection.h"
#include "CMapXMultivarCategoriesCollection.h"
#include "CMapXIndividualValueCategoriesCollection.h"
#include "CMapXStyle.h"
/////////////////////////////////////////////////////////////////////////////
// CCMapXThemeProperties properties
short CCMapXThemeProperties::GetDistMethod()
{
short result;
GetProperty(0x1, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetDistMethod(short propVal)
{
SetProperty(0x1, VT_I2, propVal);
}
short CCMapXThemeProperties::GetNumRanges()
{
short result;
GetProperty(0x2, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetNumRanges(short propVal)
{
SetProperty(0x2, VT_I2, propVal);
}
CCMapXRangeCategoriesCollection CCMapXThemeProperties::GetRangeCategories()
{
LPDISPATCH pDispatch;
GetProperty(0x3, VT_DISPATCH, (void*)&pDispatch);
return CCMapXRangeCategoriesCollection(pDispatch);
}
short CCMapXThemeProperties::GetDotSize()
{
short result;
GetProperty(0x5, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetDotSize(short propVal)
{
SetProperty(0x5, VT_I2, propVal);
}
BOOL CCMapXThemeProperties::GetGraduated()
{
BOOL result;
GetProperty(0x6, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetGraduated(BOOL propVal)
{
SetProperty(0x6, VT_BOOL, propVal);
}
CCMapXMultivarCategoriesCollection CCMapXThemeProperties::GetMultivarCategories()
{
LPDISPATCH pDispatch;
GetProperty(0x7, VT_DISPATCH, (void*)&pDispatch);
return CCMapXMultivarCategoriesCollection(pDispatch);
}
BOOL CCMapXThemeProperties::GetIndependent()
{
BOOL result;
GetProperty(0x8, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetIndependent(BOOL propVal)
{
SetProperty(0x8, VT_BOOL, propVal);
}
CCMapXIndividualValueCategoriesCollection CCMapXThemeProperties::GetIndividualValueCategories()
{
LPDISPATCH pDispatch;
GetProperty(0x4, VT_DISPATCH, (void*)&pDispatch);
return CCMapXIndividualValueCategoriesCollection(pDispatch);
}
double CCMapXThemeProperties::GetValuePerDot()
{
double result;
GetProperty(0x9, VT_R8, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetValuePerDot(double propVal)
{
SetProperty(0x9, VT_R8, propVal);
}
double CCMapXThemeProperties::GetDataValue()
{
double result;
GetProperty(0xa, VT_R8, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetDataValue(double propVal)
{
SetProperty(0xa, VT_R8, propVal);
}
double CCMapXThemeProperties::GetSize()
{
double result;
GetProperty(0xb, VT_R8, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetSize(double propVal)
{
SetProperty(0xb, VT_R8, propVal);
}
double CCMapXThemeProperties::GetWidth()
{
double result;
GetProperty(0xc, VT_R8, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetWidth(double propVal)
{
SetProperty(0xc, VT_R8, propVal);
}
CCMapXStyle CCMapXThemeProperties::GetSymbolStyle()
{
LPDISPATCH pDispatch;
GetProperty(0xd, VT_DISPATCH, (void*)&pDispatch);
return CCMapXStyle(pDispatch);
}
void CCMapXThemeProperties::SetSymbolStyle(LPDISPATCH propVal)
{
SetProperty(0xd, VT_DISPATCH, propVal);
}
short CCMapXThemeProperties::GetSpreadBy()
{
short result;
GetProperty(0xe, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetSpreadBy(short propVal)
{
SetProperty(0xe, VT_I2, propVal);
}
BOOL CCMapXThemeProperties::GetAllowEmptyRanges()
{
BOOL result;
GetProperty(0xf, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetAllowEmptyRanges(BOOL propVal)
{
SetProperty(0xf, VT_BOOL, propVal);
}
unsigned long CCMapXThemeProperties::GetDotColor()
{
unsigned long result;
GetProperty(0x10, VT_I4, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetDotColor(unsigned long propVal)
{
SetProperty(0x10, VT_I4, propVal);
}
BOOL CCMapXThemeProperties::GetPieClockwise()
{
BOOL result;
GetProperty(0x11, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetPieClockwise(BOOL propVal)
{
SetProperty(0x11, VT_BOOL, propVal);
}
BOOL CCMapXThemeProperties::GetPieHalfPies()
{
BOOL result;
GetProperty(0x12, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetPieHalfPies(BOOL propVal)
{
SetProperty(0x12, VT_BOOL, propVal);
}
short CCMapXThemeProperties::GetPieStartAngle()
{
short result;
GetProperty(0x13, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetPieStartAngle(short propVal)
{
SetProperty(0x13, VT_I2, propVal);
}
BOOL CCMapXThemeProperties::GetBarStacked()
{
BOOL result;
GetProperty(0x14, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetBarStacked(BOOL propVal)
{
SetProperty(0x14, VT_BOOL, propVal);
}
CCMapXStyle CCMapXThemeProperties::GetNegativeSymbolStyle()
{
LPDISPATCH pDispatch;
GetProperty(0x15, VT_DISPATCH, (void*)&pDispatch);
return CCMapXStyle(pDispatch);
}
void CCMapXThemeProperties::SetNegativeSymbolStyle(LPDISPATCH propVal)
{
SetProperty(0x15, VT_DISPATCH, propVal);
}
BOOL CCMapXThemeProperties::GetShowNegativeValues()
{
BOOL result;
GetProperty(0x16, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetShowNegativeValues(BOOL propVal)
{
SetProperty(0x16, VT_BOOL, propVal);
}
short CCMapXThemeProperties::GetGraduateSizeBy()
{
short result;
GetProperty(0x17, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetGraduateSizeBy(short propVal)
{
SetProperty(0x17, VT_I2, propVal);
}
CCMapXStyle CCMapXThemeProperties::GetBorderStyle()
{
LPDISPATCH pDispatch;
GetProperty(0x18, VT_DISPATCH, (void*)&pDispatch);
return CCMapXStyle(pDispatch);
}
void CCMapXThemeProperties::SetBorderStyle(LPDISPATCH propVal)
{
SetProperty(0x18, VT_DISPATCH, propVal);
}
double CCMapXThemeProperties::GetBarWidth()
{
double result;
GetProperty(0x19, VT_R8, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetBarWidth(double propVal)
{
SetProperty(0x19, VT_R8, propVal);
}
BOOL CCMapXThemeProperties::GetBarIndependentScale()
{
BOOL result;
GetProperty(0x1a, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetBarIndependentScale(BOOL propVal)
{
SetProperty(0x1a, VT_BOOL, propVal);
}
CCMapXStyle CCMapXThemeProperties::GetPositiveSymbolStyle()
{
LPDISPATCH pDispatch;
GetProperty(0x1b, VT_DISPATCH, (void*)&pDispatch);
return CCMapXStyle(pDispatch);
}
void CCMapXThemeProperties::SetPositiveSymbolStyle(LPDISPATCH propVal)
{
SetProperty(0x1b, VT_DISPATCH, propVal);
}
CCMapXStyle CCMapXThemeProperties::GetBarFrameStyle()
{
LPDISPATCH pDispatch;
GetProperty(0x1c, VT_DISPATCH, (void*)&pDispatch);
return CCMapXStyle(pDispatch);
}
void CCMapXThemeProperties::SetBarFrameStyle(LPDISPATCH propVal)
{
SetProperty(0x1c, VT_DISPATCH, propVal);
}
BOOL CCMapXThemeProperties::GetPieGraduated()
{
BOOL result;
GetProperty(0x1d, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetPieGraduated(BOOL propVal)
{
SetProperty(0x1d, VT_BOOL, propVal);
}
BOOL CCMapXThemeProperties::GetBarGraduatedStack()
{
BOOL result;
GetProperty(0x1e, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetBarGraduatedStack(BOOL propVal)
{
SetProperty(0x1e, VT_BOOL, propVal);
}
short CCMapXThemeProperties::GetApplyAttribute()
{
short result;
GetProperty(0x1f, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetApplyAttribute(short propVal)
{
SetProperty(0x1f, VT_I2, propVal);
}
BOOL CCMapXThemeProperties::GetRoundRanges()
{
BOOL result;
GetProperty(0x20, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetRoundRanges(BOOL propVal)
{
SetProperty(0x20, VT_BOOL, propVal);
}
double CCMapXThemeProperties::GetRoundBy()
{
double result;
GetProperty(0x21, VT_R8, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetRoundBy(double propVal)
{
SetProperty(0x21, VT_R8, propVal);
}
short CCMapXThemeProperties::GetColorMethod()
{
short result;
GetProperty(0x22, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetColorMethod(short propVal)
{
SetProperty(0x22, VT_I2, propVal);
}
BOOL CCMapXThemeProperties::GetInflectRanges()
{
BOOL result;
GetProperty(0x23, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetInflectRanges(BOOL propVal)
{
SetProperty(0x23, VT_BOOL, propVal);
}
short CCMapXThemeProperties::GetInflectionRange()
{
short result;
GetProperty(0x24, VT_I2, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetInflectionRange(short propVal)
{
SetProperty(0x24, VT_I2, propVal);
}
unsigned long CCMapXThemeProperties::GetInflectionColor()
{
unsigned long result;
GetProperty(0x25, VT_I4, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetInflectionColor(unsigned long propVal)
{
SetProperty(0x25, VT_I4, propVal);
}
BOOL CCMapXThemeProperties::GetBarFramed()
{
BOOL result;
GetProperty(0x26, VT_BOOL, (void*)&result);
return result;
}
void CCMapXThemeProperties::SetBarFramed(BOOL propVal)
{
SetProperty(0x26, VT_BOOL, propVal);
}
/////////////////////////////////////////////////////////////////////////////
// CCMapXThemeProperties operations
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -