GtkDataboxXYCGraph
GtkDataboxXYCGraph — An abstract anchestor for all graphs which display xy-values in one color.
|
|
Includes
#include <gtkdatabox_xyc_graph.h>
Description
GtkDataboxXYCGraphs are an abstract class for displaying XY-data in one color. The values for the data are represented
as an array of X values and a second array of Y values. In order to actually display data, you should
use one of the derived classes.