GogSmoothedCurve — Base class for smoothed curves
GogSmoothedCurve;
typedef struct { GogTrendLine base; GogSeries *series; double *x, *y; unsigned nb; } GogSmoothedCurve;