Chart creation in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Chart creation in c++

I am into CAD software development with API usage... Could anyone please help me to create stacked area chart in c++ ?

22nd Oct 2018, 3:06 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
2 Answers
+ 2
It sounds like you are want to display graphical interfaces. This would likely require some library and therefor not part of the language itself. Describing the API or library might get you more information. Perhaps the CAD software has an open API. Perhaps you are using Qt or OpenGL.
28th Oct 2018, 6:44 AM
Erik
+ 1
I am using cad GUI components to display graphics... One way I am doing is using label component on GUI and setting image as label image... this displays image on label of gui.. concern is now how to create image to be displayed which is nothing but a stacked area chart...
28th Oct 2018, 10:34 AM
Ketan Lalcheta
Ketan Lalcheta - avatar