##// END OF EJS Templates
Changed comma to full stop...
Changed comma to full stop Change-Id: If0023777995c99855fe731568e8c3e8abd5d1ba5 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2517:26c3b5c0ed1d
r2535:3c82f10df041
Show More
examples-boxplotchart.qdoc
38 lines | 883 B | text/plain | TextLexer
/ doc / src / examples-boxplotchart.qdoc
/*!
\example examples/boxplotchart
\title Box and Whiskers Example
\subtitle
The example shows how to create a box-and-whiskers chart.
\image examples_barchart.png
Introduction here
\snippet ../examples/barchart/main.cpp 1
Ykk�skohta
\snippet ../examples/barchart/main.cpp 2
Kakkoskohta
\snippet ../examples/barchart/main.cpp 3
Kolmoskohta
\snippet ../examples/barchart/main.cpp 4
Neloskohta
\snippet ../examples/barchart/main.cpp 5
Tarkista numerointi. Finally we add the chart onto a view. We also turn on the antialiasing for the chartView.
\snippet ../examples/barchart/main.cpp 6
Tarkista numerointi. Chart is ready to be shown. We set the chart to be central widget of the window.
We also set the size for the chart window and show it.
\snippet ../examples/barchart/main.cpp 7
*/