資源簡介
1.MSChart在VS2010下的使用方法及所需組件。
2.MSChart的DEMO。實現(xiàn)的效果有標(biāo)題文字及字體的設(shè)定、背景色的設(shè)定、線狀圖顏色及格式的設(shè)定(demo中為折線處星型標(biāo)記)、柱狀圖顏色及數(shù)據(jù)設(shè)定、餅狀圖顏色及數(shù)據(jù)的設(shè)定。
代碼片段和文件信息
//?Demo.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Demo.h“
#include?“MainFrm.h“
#include?“DemoDoc.h“
#include?“DemoView.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp
BEGIN_MESSAGE_MAP(CDemoApp?CWinApp)
//{{AFX_MSG_MAP(CDemoApp)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG_MAP
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?construction
CDemoApp::CDemoApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDemoApp?object
CDemoApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?initialization
BOOL?CDemoApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
//?Change?the?registry?key?under?which?our?settings?are?stored.
//?TODO:?You?should?modify?this?string?to?be?something?appropriate
//?such?as?the?name?of?your?company?or?organization.
SetRegistryKey(_T(“Local?AppWizard-Generated?Applications“));
LoadStdProfileSettings();??//?Load?standard?INI?file?options?(including?MRU)
//?Register?the?application‘s?document?templates.??Document?templates
//??serve?as?the?connection?between?documents?frame?windows?and?views.
CSingleDocTemplate*?pDocTemplate;
pDocTemplate?=?new?CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CDemoDoc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CDemoView));
AddDocTemplate(pDocTemplate);
//?Parse?command?line?for?standard?shell?commands?DDE?file?open
CCommandLineInfo?cmdInfo;
ParseCommandLine(cmdInfo);
//?Dispatch?commands?specified?on?the?command?line
if?(!ProcessShellCommand(cmdInfo))
return?FALSE;
//?The?one?and?only?window?has?been?initialized?so?show?and?update?it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CAboutDlg?dialog?used?for?App?About
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????45102??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\cl.command.1.tlog
?????文件??????73330??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\CL.read.1.tlog
?????文件??????32436??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\CL.write.1.tlog
?????文件?????235520??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\Demo.exe
?????文件????????667??2012-03-27?17:37??MSChart+VS2010\Demo\mschart\Debug\Demo.exe.em
?????文件????????732??2012-03-27?17:37??MSChart+VS2010\Demo\mschart\Debug\Demo.exe.em
?????文件????????381??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\Demo.exe.intermediate.manifest
?????文件????1760756??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\Demo.ilk
?????文件?????????95??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\Demo.lastbuildstate
?????文件???????4301??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\Demo.log
?????文件??????40655??2012-03-27?17:36??MSChart+VS2010\Demo\mschart\Debug\Demo.obj
?????文件???20381696??2012-03-27?17:36??MSChart+VS2010\Demo\mschart\Debug\Demo.pch
?????文件????4697088??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\Demo.pdb
?????文件???????6436??2012-03-27?17:36??MSChart+VS2010\Demo\mschart\Debug\Demo.res
?????文件??????51569??2012-03-27?17:36??MSChart+VS2010\Demo\mschart\Debug\DemoDoc.obj
?????文件?????104562??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\DemoView.obj
?????文件????????204??2012-03-27?17:36??MSChart+VS2010\Demo\mschart\Debug\Demo_manifest.rc
?????文件??????15855??2012-03-27?17:36??MSChart+VS2010\Demo\mschart\Debug\font.obj
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????????2??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????11912??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
?????文件??????21258??2012-03-27?17:53??MSChart+VS2010\Demo\mschart\Debug\li
............此處省略289個文件信息
評論
共有 條評論