##// 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 //![3]
59 //![3]
60 QChart* chart = new QChart();
60 QChart* chart = new QChart();
61 chart->addSeries(series);
61 chart->addSeries(series);
62 chart->setTitle("Barchart example");
62 chart->setTitle("Simple barchart example");
63 chart->createDefaultAxes();
63 chart->createDefaultAxes();
64 //![3]
64 //![3]
65
65
@@ -58,7 +58,7 int main(int argc, char *argv[])
58 //![3]
58 //![3]
59 QChart* chart = new QChart();
59 QChart* chart = new QChart();
60 chart->addSeries(series);
60 chart->addSeries(series);
61 chart->setTitle("Percentbarchart example");
61 chart->setTitle("Simple percentbarchart example");
62 //![3]
62 //![3]
63
63
64 //![4]
64 //![4]
@@ -58,7 +58,7 int main(int argc, char *argv[])
58 //![3]
58 //![3]
59 QChart* chart = new QChart();
59 QChart* chart = new QChart();
60 chart->addSeries(series);
60 chart->addSeries(series);
61 chart->setTitle("Stackedbarchart example");
61 chart->setTitle("Simple stackedbarchart example");
62 chart->createDefaultAxes();
62 chart->createDefaultAxes();
63 //![3]
63 //![3]
64
64
General Comments 0
You need to be logged in to leave comments. Login now