##// END OF EJS Templates
Simple to examples
sauimone -
r1623:484828e48d5e
parent child
Show More
@@ -59,7 +59,7 int main(int argc, char *argv[])
59 59 //![3]
60 60 QChart* chart = new QChart();
61 61 chart->addSeries(series);
62 chart->setTitle("Barchart example");
62 chart->setTitle("Simple barchart example");
63 63 chart->createDefaultAxes();
64 64 //![3]
65 65
@@ -58,7 +58,7 int main(int argc, char *argv[])
58 58 //![3]
59 59 QChart* chart = new QChart();
60 60 chart->addSeries(series);
61 chart->setTitle("Percentbarchart example");
61 chart->setTitle("Simple percentbarchart example");
62 62 //![3]
63 63
64 64 //![4]
@@ -58,7 +58,7 int main(int argc, char *argv[])
58 58 //![3]
59 59 QChart* chart = new QChart();
60 60 chart->addSeries(series);
61 chart->setTitle("Stackedbarchart example");
61 chart->setTitle("Simple stackedbarchart example");
62 62 chart->createDefaultAxes();
63 63 //![3]
64 64
General Comments 0
You need to be logged in to leave comments. Login now