Next: , Up: Chart Object   [Contents][Index]


15.8.1 Adding Chart Objects

To add a chart object to a form use the routine

FL_OBJECT *fl_add_chart(int type, FL_Coord x, FL_Coord y,
                        FL_Coord w, FL_Coord h, const char *label);

It shows an empty box on the screen with the label below it.