##// END OF EJS Templates
Fix Charts documentation...
Fix Charts documentation The documentation structure is changed so that it can be generated with both Qt5 and Qt4. Also the erroneous VBarModelMapper is removed from VBoxPlotModelMapper documentation. Task-number: QTRD-2492, QTRD-2495 Change-Id: I45028915ca55f6ff1170db58518a8f08ac4158fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2639:2ce3423968b5
r2639:2ce3423968b5
Show More
declarativeboxset.qdocinc
6 lines | 486 B | text/plain | TextLexer
/ doc / src / declarativeboxset.qdocinc
Titta Heikkala
Fix Charts documentation...
r2639 BoxSet represents one box-and-whiskers item. It takes five values to create a graphical representation
of range and three medians. There are two ways to give the values. The first one is with constructor
or with append method. In these the values have to be given in the following order: lower extreme, lower quartile, median,
upper quartile and upper extreme. The second method is to create an empty QBoxSet instance and give the values using
value specific methods.
\sa BoxPlotSeries