完善曲线显示功能

This commit is contained in:
hm
2020-10-27 15:04:51 +08:00
parent 839bb9c0dc
commit d156ad663e
8 changed files with 2021 additions and 659 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ public slots:
bool addSeries(QString name);
bool addSeries(QString name,int index);
bool addSeries(QString name, QColor color);
bool addSeries(QString name, QColor color, Qt::PenStyle pen);
void removeSerie(QString name);
void removeAllSerie(void);
void setSerieData(QString name,QVariant data);