GtkDataboxLines

GtkDataboxLines — A GtkDataboxGraph used for displaying xy-values series of connected lines.

Types and Values

Object Hierarchy

    GObject
    ╰── GtkDataboxGraph
        ╰── GtkDataboxXYCGraph
            ╰── GtkDataboxLines

Includes

#include <gtkdatabox_lines.h>

Description

GtkDataboxLines is a GtkDataboxGraph class for displaying xy-values as series of connected lines.

Functions

Types and Values

GtkDataboxLinesPrivate

typedef struct _GtkDataboxLinesPrivate GtkDataboxLinesPrivate;

A private data structure used by the GtkDataboxLines. It shields all internal things from developers who are just using the object.

Members


GtkDataboxLines

typedef struct _GtkDataboxLines GtkDataboxLines;

GtkDataboxLines is a GtkDataboxGraph class for displaying xy-values as series of connected lines.

See Also

GtkDatabox, GtkDataboxGraph, GtkDataboxPoints, GtkDataboxBars, GtkDataboxMarkers