Top |
GtkDataboxXYYCGraphGtkDataboxXYYCGraph — An abstract anchestor for all graphs which display xyy-values (x, y1 and y2 values) in one color. |
GtkDataboxXYYCGraphs are an abstract class for displaying XYY-data (x, y1 and y2 values) in one color. The values for the data are represented as an array of X values, an array of Y1 values and an array of Y2 values. In order to actually display data, you should use one of the derived classes.
typedef struct _GtkDataboxXYYCGraph GtkDataboxXYYCGraph;
GtkDataboxXYYCGraphs 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 _GtkDataboxXYYCGraphClass GtkDataboxXYYCGraphClass;
The object class of GtkDataboxXYYCGraph.