GtkDataboxLines

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

Synopsis

#include <gtkdatabox_lines.h>

                    GtkDataboxLinesPrivate;
                    GtkDataboxLines;

Object Hierarchy

  GObject
   +----GtkDataboxGraph
         +----GtkDataboxXYCGraph
               +----GtkDataboxLines

Description

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

Details

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.


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