Hello,
I have to add a simple chart in VC++ project (x and y ). As we already have MFC, is there any way to do it in c++ Or MFC, without any external tools ?
thanks a lot
pdk
Printable View
Hello,
I have to add a simple chart in VC++ project (x and y ). As we already have MFC, is there any way to do it in c++ Or MFC, without any external tools ?
thanks a lot
pdk
In the past, I have searching for such a tool, but I didn't found something free, or with less money. You have some options here:
https://www.codeproject.com/Articles...User-Interface
https://www.codeproject.com/Articles...arting-control
https://www.codeproject.com/Articles/17105/CBarChart
https://www.codeproject.com/Articles...arting-Control
https://www.codeproject.com/Articles...lisation-class
https://www.codeproject.com/Articles...-control-in-VC
And a paid version:
https://www.advsofteng.com/doc/cdcpp...ltimetrack.htm
Thankyou very much mesajflaviu for the help