##// END OF EJS Templates
nice numbers on for barchart examples
sauimone -
r893:aca72a0e3876
parent child
Show More
@@ -68,6 +68,7 int main(int argc, char *argv[])
68 //![5]
68 //![5]
69 chart->legend()->setVisible(true);
69 chart->legend()->setVisible(true);
70 chart->legend()->setAlignmnent(QLegend::AlignmentBottom);
70 chart->legend()->setAlignmnent(QLegend::AlignmentBottom);
71 chart->axisY()->setNiceNumbers(true);
71 //![5]
72 //![5]
72
73
73 //![6]
74 //![6]
@@ -68,6 +68,7 int main(int argc, char *argv[])
68 //![5]
68 //![5]
69 chart->legend()->setVisible(true);
69 chart->legend()->setVisible(true);
70 chart->legend()->setAlignmnent(QLegend::AlignmentBottom);
70 chart->legend()->setAlignmnent(QLegend::AlignmentBottom);
71 chart->axisY()->setNiceNumbers(true);
71 //![5]
72 //![5]
72
73
73 //![6]
74 //![6]
General Comments 0
You need to be logged in to leave comments. Login now