1.double click Tchat. 2.choose chart-axis page. 3.choose axis: left radiobutton. 4.choose labels page. and set then datetime format is 'yyyy-mm-dd hh:nn:ss.zzz' 5.set labels round first is false. 6. chose axis :bottom radiobutton. 7.choose labels page. and set then datetime format is 'yyyy-mm-dd hh:nn:ss.zzz' 8.set labels round first is false. 9.select the line(sample : seriel1) double click. 10.select general page. 11.set horizontal axis : to datetime. that's ok! :)
fanronghua
Posts
-
display millisecond in TChart, help~ -
Ugentz PLZ Help with my doubt!!!!!!then first , you can press cttl+ a. second, press Del. then you can build it .
-
I need help with compiling a Delphi 7 project...Can you Send you All Components Code and All Project source Code to Me? This is My Email : fanronghua@126.com. I'll help you , and I'll send your source code after build all project for success.
-
In Window forms application C++SendMessage();
-
a socket problemPlease upload you code............
-
Use the windows 7 sdk with qtWhat is qt?
-
could you help me? I need a example about how to using CSocket with mfcThat's simple. //CListenSocket头文件 class CListenSocket : public CSocket { public: CListenSocket(HWND hWnd=NULL); HWND m_hWnd; //事件处理窗口 virtual void OnAccept(int nErrorCode); }; //CListenSocket实现文件 #include "ListenSocket.h" CListenSocket::CListenSocket(HWND hWnd){m_hWnd=hWnd;} void CListenSocket::OnAccept(int nErrorCode) { SendMessage(m_hWnd,WM_SOCKET_MSG,SOCKET_CLNT_ACCEPT,0); CSocket::OnAccept(nErrorCode); } ... m_pListenSocket=new CListenSocket(m_hWnd); m_pListenSocket->Create(...); m_pListenSocket->Listen(); ... LRESULT CXxxDlg::OnSocketMsg(WPARAM wParam, LPARAM lParam) { UINT type=(UINT)wParam; switch(type) { case SOCKET_CLNT_ACCEPT: { CSocket* pSocket=new CSocket; if(!m_pListenSocket->Accept(*pSocket)) { delete pSocket; break; } ... } ... } }
-
how to connect databaseWhich Database are you connect? you can used AdoConnect _ConnectionPtr * con; _RecordsetPtr * rec;
-
MFC Networking Application.Very Well.
-
how to change vb98 project to vb.net2005 projectanybody here? please help me! how to change vb98 project to vb.net2005 project? can i get a tool??