Re: c++ stacked bar graph
You could try FLTK. It doesn't have stacked barcharts: only ordinary barcharts but it does come with source code and a nice set of test programs which you can use as starting points, though the coding style is "this is only an example so one letter variables are OK". The library is quite small and it will work on both Windows and Linux. I haven't tried it on any other operating systems.
http://www.fltk.org/doc-1.3/Fl_Chart.html
Re: c++ stacked bar graph
Thanks for the help. However, I dont see a way to output the graphs created to a file. I dont need any gui support. I simply want to feed it data through its API and have it output an image file of the graph. Am I missing something? Is this possible with fltk?
thanks for the help!.