GogTrendLine

GogTrendLine — Base class for smoothed and regression curves

Synopsis

typedef             GogTrendLine;
typedef             GogTrendLineClass;
GogTrendLine*       gog_trend_line_new_by_name          (char const *id);
GogTrendLine*       gog_trend_line_new_by_type          (GogTrendLineType const *type);

Object Hierarchy

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

Implemented Interfaces

GogTrendLine implements GOStyledObject.

Description

Details

GogTrendLine

typedef GogStyledObject  GogTrendLine;


GogTrendLineClass

typedef GogStyledObjectClass GogTrendLineClass;


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 :