##// END OF EJS Templates
Adds visiblePoints handling to area chart
Adds visiblePoints handling to area chart

File last commit:

r486:7ab45bf9f776
r563:c49efba21573
Show More
multichartwidget.h
18 lines | 249 B | text/x-c | CLexer
Tero Ahola
Added example with multiple chart views
r198 #ifndef MULTICHARTWIDGET_H
#define MULTICHARTWIDGET_H
#include <QWidget>
class MultiChartWidget : public QWidget
{
Q_OBJECT
public:
explicit MultiChartWidget(QWidget *parent = 0);
signals:
public slots:
};
#endif // MULTICHARTWIDGET_H