📄 cmapxthemeproperties.h
字号:
#if !defined(AFX_CMAPXTHEMEPROPERTIES_H__8FA5D882_901C_4BEB_BD45_88552EEDD700__INCLUDED_)
#define AFX_CMAPXTHEMEPROPERTIES_H__8FA5D882_901C_4BEB_BD45_88552EEDD700__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 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.
// Dispatch interfaces referenced by this interface
class CCMapXRangeCategoriesCollection;
class CCMapXMultivarCategoriesCollection;
class CCMapXIndividualValueCategoriesCollection;
class CCMapXStyle;
/////////////////////////////////////////////////////////////////////////////
// CCMapXThemeProperties wrapper class
class CCMapXThemeProperties : public COleDispatchDriver
{
public:
CCMapXThemeProperties() {} // Calls COleDispatchDriver default constructor
CCMapXThemeProperties(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CCMapXThemeProperties(const CCMapXThemeProperties& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
short GetDistMethod();
void SetDistMethod(short);
short GetNumRanges();
void SetNumRanges(short);
CCMapXRangeCategoriesCollection GetRangeCategories();
short GetDotSize();
void SetDotSize(short);
BOOL GetGraduated();
void SetGraduated(BOOL);
CCMapXMultivarCategoriesCollection GetMultivarCategories();
BOOL GetIndependent();
void SetIndependent(BOOL);
CCMapXIndividualValueCategoriesCollection GetIndividualValueCategories();
double GetValuePerDot();
void SetValuePerDot(double);
double GetDataValue();
void SetDataValue(double);
double GetSize();
void SetSize(double);
double GetWidth();
void SetWidth(double);
CCMapXStyle GetSymbolStyle();
void SetSymbolStyle(LPDISPATCH);
short GetSpreadBy();
void SetSpreadBy(short);
BOOL GetAllowEmptyRanges();
void SetAllowEmptyRanges(BOOL);
unsigned long GetDotColor();
void SetDotColor(unsigned long);
BOOL GetPieClockwise();
void SetPieClockwise(BOOL);
BOOL GetPieHalfPies();
void SetPieHalfPies(BOOL);
short GetPieStartAngle();
void SetPieStartAngle(short);
BOOL GetBarStacked();
void SetBarStacked(BOOL);
CCMapXStyle GetNegativeSymbolStyle();
void SetNegativeSymbolStyle(LPDISPATCH);
BOOL GetShowNegativeValues();
void SetShowNegativeValues(BOOL);
short GetGraduateSizeBy();
void SetGraduateSizeBy(short);
CCMapXStyle GetBorderStyle();
void SetBorderStyle(LPDISPATCH);
double GetBarWidth();
void SetBarWidth(double);
BOOL GetBarIndependentScale();
void SetBarIndependentScale(BOOL);
CCMapXStyle GetPositiveSymbolStyle();
void SetPositiveSymbolStyle(LPDISPATCH);
CCMapXStyle GetBarFrameStyle();
void SetBarFrameStyle(LPDISPATCH);
BOOL GetPieGraduated();
void SetPieGraduated(BOOL);
BOOL GetBarGraduatedStack();
void SetBarGraduatedStack(BOOL);
short GetApplyAttribute();
void SetApplyAttribute(short);
BOOL GetRoundRanges();
void SetRoundRanges(BOOL);
double GetRoundBy();
void SetRoundBy(double);
short GetColorMethod();
void SetColorMethod(short);
BOOL GetInflectRanges();
void SetInflectRanges(BOOL);
short GetInflectionRange();
void SetInflectionRange(short);
unsigned long GetInflectionColor();
void SetInflectionColor(unsigned long);
BOOL GetBarFramed();
void SetBarFramed(BOOL);
// Operations
public:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CMAPXTHEMEPROPERTIES_H__8FA5D882_901C_4BEB_BD45_88552EEDD700__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -