##// END OF EJS Templates
horizontal percent barchart example update
sauimone -
r1689:4238867b377c
parent child
Show More
@@ -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 stacked barchart example");
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