Top |
GtkDataboxXYCGraphGtkDataboxXYCGraph — An abstract anchestor for all graphs which display xy-values in one color. |
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.
typedef struct _GtkDataboxXYCGraph GtkDataboxXYCGraph;
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.
typedef struct _GtkDataboxXYCGraphClass GtkDataboxXYCGraphClass;
The object class of GtkDataboxXYCGraph.