資源簡(jiǎn)介
高速繪圖(軸固定時(shí)),允許快速繪制數(shù)據(jù)
無(wú)限數(shù)量的數(shù)據(jù)序列(內(nèi)存是限制)
每個(gè)數(shù)據(jù)序列的數(shù)據(jù)量不受限制
支持線圖,點(diǎn)圖,平面圖,柱狀圖,K線圖 和甘特圖系列
最多四個(gè)軸(左,下,右和上軸)
標(biāo)準(zhǔn)軸,對(duì)數(shù)軸或日期/時(shí)間軸
自動(dòng)伸縮的坐標(biāo)軸, 翻轉(zhuǎn)的坐標(biāo)軸(相互獨(dú)立)
軸標(biāo)簽
點(diǎn)標(biāo)簽
平滑的曲線
網(wǎng)格
圖例和標(biāo)題
交互性(在控件中發(fā)生特定事件時(shí)的通知)
支持手動(dòng)縮放和鼠標(biāo)平移
支持鼠標(biāo)指針
支持軸上的滾動(dòng)條
高度可定制(顏色,標(biāo)題,標(biāo)簽,邊緣,字體等)
支持UNICODE
支持打印和保存到圖像文件
代碼片段和文件信息
//?ChartDemo.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ChartDemo.h“
#include?“ChartDemoDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChartDemoApp
BEGIN_MESSAGE_MAP(CChartDemoApp?CWinApp)
//{{AFX_MSG_MAP(CChartDemoApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChartDemoApp?construction
CChartDemoApp::CChartDemoApp()
{
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CChartDemoApp?object
CChartDemoApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CChartDemoApp?initialization
BOOL?CChartDemoApp::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.
#if?_MFC_VER?0x0700
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
#else
InitCommonControls();
CWinApp::InitInstance();
#endif
CChartDemoDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
}
else?if?(nResponse?==?IDCANCEL)
{
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????887??2007-02-20?20:01??Charting?Control\Backup\ChartDemo.sln
?????文件???????3966??2010-07-10?11:56??Charting?Control\ChartCtrl\.svn\all-wcprops
?????文件???????7834??2010-07-10?11:56??Charting?Control\ChartCtrl\.svn\entries
?????文件??????????2??2009-03-07?12:19??Charting?Control\ChartCtrl\.svn\format
?????文件??????19260??2009-12-23?12:05??Charting?Control\ChartCtrl\.svn\text-ba
?????文件??????17455??2009-12-23?12:05??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????3742??2009-04-04?10:54??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????3155??2009-12-21?11:39??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????3142??2009-12-22?12:02??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????3815??2010-01-17?14:13??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????9777??2010-01-03?12:00??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????6911??2009-10-25?17:22??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????7082??2009-12-28?11:28??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????4320??2009-12-20?12:44??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????1757??2009-02-08?12:48??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????1972??2009-03-08?18:14??Charting?Control\ChartCtrl\.svn\text-ba
?????文件??????31179??2009-12-28?11:32??Charting?Control\ChartCtrl\.svn\text-ba
?????文件??????21115??2009-12-28?11:32??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????1483??2009-02-17?20:35??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????3819??2010-01-21?20:31??Charting?Control\ChartCtrl\.svn\text-ba
?????文件??????10516??2009-12-26?18:41??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????5216??2009-03-07?13:01??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????2438??2009-02-03?21:09??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????2189??2009-03-08?18:19??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????3375??2009-05-18?21:00??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????2923??2009-03-07?20:43??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????5823??2009-12-28?11:29??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????5010??2009-12-21?11:38??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????3765??2009-02-14?12:39??Charting?Control\ChartCtrl\.svn\text-ba
?????文件???????1863??2009-03-08?12:58??Charting?Control\ChartCtrl\.svn\text-ba
............此處省略432個(gè)文件信息
評(píng)論
共有 條評(píng)論