summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-01-23 15:34:47 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-01-23 14:41:49 +0000
commit382f5ccd4c7d4d76380f15cab2f019b9683ebc1f (patch)
treefc81dd633c7ed21bc1b2513120c19525c3c79139 /src
parentd946aa9f00520c7ee9a3d6b254a9928d756b7db2 (diff)
Doc: Add missing docs (BoxPlotSeries and BoxSet)
Task-number: QTBUG-58348 Change-Id: Icf11a364855b7c9a4daf7589ac369230c686ed6d Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/chartsqml2/declarativeboxplotseries.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/chartsqml2/declarativeboxplotseries.cpp b/src/chartsqml2/declarativeboxplotseries.cpp
index 68f52046..bbc2316d 100644
--- a/src/chartsqml2/declarativeboxplotseries.cpp
+++ b/src/chartsqml2/declarativeboxplotseries.cpp
@@ -74,6 +74,12 @@ QT_CHARTS_BEGIN_NAMESPACE
\qmlproperty int BoxSet::count
The number of values of the box-and-whiskers item.
*/
+
+/*!
+ \qmlproperty string BoxSet::brushFilename
+ The name of the file used as a brush for the box-and-whiskers item.
+*/
+
/*!
\qmlmethod void BoxSet::at(int index)
Returns the value in the position specified by \a index.
@@ -192,6 +198,11 @@ QT_CHARTS_BEGIN_NAMESPACE
*/
/*!
+ \qmlmethod BoxPlotSeries::at(int index)
+ Returns the box-and-whiskers item in the position specified by \a index.
+*/
+
+/*!
\qmlmethod BoxPlotSeries::append(string label, VariantList values)
Appends a new box-and-whiskers item with the label specified by \a label and the values
specified by \a values to the series.