manpagez: man pages & more
html files: goffice
Home | html | info | man

GogTrendLine

GogTrendLine

Object Hierarchy

  GObject
   +----GogObject
         +----GogStyledObject
               +----GogTrendLine
                     +----GogRegCurve
                     +----GogSmoothedCurve

Implemented Interfaces

GogTrendLine implements GOStyledObject.

Properties

  "has-legend"               gboolean              : Read / Write

Description

Details

GogTrendLine

typedef struct _GogTrendLine GogTrendLine;


GogTrendLineType

typedef struct {
	char *engine;

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

	GHashTable *properties;
} GogTrendLineType;


gog_trend_line_new_by_name ()

GogTrendLine *      gog_trend_line_new_by_name          (char const *id);

id :

Returns :


gog_trend_line_new_by_type ()

GogTrendLine *      gog_trend_line_new_by_type          (GogTrendLineType const *type);

type :

Returns :


gog_trend_line_types ()

GHashTable const *  gog_trend_line_types                (void);

Returns :

Property Details

The "has-legend" property

  "has-legend"               gboolean              : Read / Write

Should the trend line show up in legends.

Default value: TRUE

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.