MFC TeeChart控件SetTitle()方法所需头文件
在MFC中,要使用TeeChart控件的'SetTitle()'方法,需要包含以下头文件:
#include <afxwin.h>
#include <afxext.h>
#include <afxdisp.h>
#include <afxdtctl.h>
#include <afxcmn.h>
#include <afxcontrolbars.h>
#include <Chart\TeeChartDefines.h>
#include <Chart\TChart.h>
其中,'TeeChartDefines.h'包含了TeeChart控件的定义和常量,'TChart.h'包含了TeeChart控件的类定义和方法。
原文地址: https://www.cveoy.top/t/topic/pfrZ 著作权归作者所有。请勿转载和采集!