@@ -60,6 +60,7 int main(int argc, char *argv[]) | |||
|
60 | 60 | QChart* chart = new QChart(); |
|
61 | 61 | chart->addSeries(series); |
|
62 | 62 | chart->setTitle("Simple barchart example"); |
|
63 | chart->setAnimationOptions(QChart::SeriesAnimations); | |
|
63 | 64 | //![3] |
|
64 | 65 | |
|
65 | 66 | //![4] |
General Comments 0
You need to be logged in to leave comments.
Login now