![]() |
![]() |
![]() |
GtkDatabox Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GtkDataboxXYCGraphGtkDataboxXYCGraph — An abstract anchestor for all graphs which display xy-values in one color. |
GObject +----GtkDataboxGraph +----GtkDataboxXYCGraph +----GtkDataboxPoints +----GtkDataboxLines +----GtkDataboxBars +----GtkDataboxMarkers
"X-Values" gpointer : Read / Write / Construct Only "Y-Values" gpointer : Read / Write / Construct Only "length" gint : Read / Write / Construct Only
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 _GtkDataboxXYCGraphPrivate GtkDataboxXYCGraphPrivate;
A private data structure used by the GtkDataboxXYCGraph. It shields all internal things from developers who are just using the object.
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.