GtkDataboxXYCGraph

GtkDataboxXYCGraph — An abstract anchestor for all graphs which display xy-values in one color.

Properties

gpointer X-Values Read / Write / Construct Only
gpointer Y-Values Read / Write / Construct Only
gint length Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GtkDataboxGraph
        ╰── GtkDataboxXYCGraph
            ├── GtkDataboxPoints
            ├── GtkDataboxLines
            ├── GtkDataboxBars
            ╰── GtkDataboxMarkers

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.

Functions

Types and Values

GtkDataboxXYCGraphPrivate

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.


GtkDataboxXYCGraph

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.

Property Details

The “X-Values” property

  “X-Values”                 gpointer

X values of data.

Flags: Read / Write / Construct Only


The “Y-Values” property

  “Y-Values”                 gpointer

Y values of data.

Flags: Read / Write / Construct Only


The “length” property

  “length”                   gint

number of data points.

Flags: Read / Write / Construct Only

Default value: 0

See Also

GtkDatabox, GtkDataboxGraph, GtkDataboxPoints, GtkDataboxLines, GtkDataboxBars