Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

Can you help me how to set the XValue Type to get real Time at Chart C++, I have tried it by setting Chart properties - series properties - XValue Type 'Time', it's didnt change anything when my programs running here. Do you have suggestion ?
note : look at my file attachment*
http://i59.tinypic.com/1zyg9aa.jpg[^]

Thanks for your answer
Regards;

Ogawa Kazuma
Posted
Comments
KarstenK 29-Nov-14 4:42am    
maybe your chart needs some redraw.
Ogawa Kazuma 29-Nov-14 8:13am    
Thanks for your answer,

It's finally done by change the script become
this-> chart1->Series["Series1"]->Points->AddXY(DateTime::Now.ToString("%H:%m:%s"),RfLevel);

Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900