GogTrendLine
GObject ╰── GogObject ╰── GogStyledObject ╰── GogTrendLine ├── GogRegCurve ╰── GogSmoothedCurve
GogTrendLine implements GOStyledObject.
gboolean gog_trend_line_has_legend (GogTrendLine const *line);
GogTrendLine const *line
GogTrendLine * gog_trend_line_new_by_name (char const *id);
char const *id
GogTrendLine * gog_trend_line_new_by_type (GogTrendLineType const *type);
GogTrendLineType const *type
typedef struct _GogTrendLine GogTrendLine;
typedef GogStyledObjectClass GogTrendLineClass;