GogTrendLine

GogTrendLine

Functions

Properties

gboolean has-legend Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GogObject
        ╰── GogStyledObject
            ╰── GogTrendLine
                ├── GogRegCurve
                ╰── GogSmoothedCurve

Implemented Interfaces

GogTrendLine implements GOStyledObject.

Description

Functions

gog_trend_line_new_by_name ()

GogTrendLine *
gog_trend_line_new_by_name (char const *id);


gog_trend_line_new_by_type ()

GogTrendLine *
gog_trend_line_new_by_type (GogTrendLineType const *type);


gog_trend_line_types ()

GHashTable const *
gog_trend_line_types (void);

Types and Values

GogTrendLine

typedef struct _GogTrendLine GogTrendLine;


GogTrendLineType

typedef struct {
	char *engine;

	char *name;
	char *description; /* untranslated */

	GHashTable *properties;
} GogTrendLineType;

Property Details

The “has-legend” property

  “has-legend”               gboolean

Should the trend line show up in legends.

Flags: Read / Write

Default value: TRUE