GogSmoothedCurve

GogSmoothedCurve — Base class for smoothed curves

Synopsis

                    GogSmoothedCurve;

Description

Details

GogSmoothedCurve

typedef struct {
	GogTrendLine	base;
	
	GogSeries 	  *series;
	double *x, *y;
	unsigned nb;
} GogSmoothedCurve;