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