26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESCHART_H    27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESCHART_H    30 #include "../Config.h"    33 #include <qwt_plot_curve.h>    42   namespace da  { 
class ObjectIdSet; }
    49       class TimeSeriesStyle;
    82           virtual int rtti() 
const;
    89           void attach(QwtPlot* plot);
   136           void setDateFormat(std::string dateFormat);
   151 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESCHART_H 
A class to represent time series.