summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/doc/src/qtdatavisualization-qml-bars3d.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-bars3d.qdoc')
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization-qml-bars3d.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-bars3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-bars3d.qdoc
index fc1b732c..edeb5530 100644
--- a/src/datavisualization/doc/src/qtdatavisualization-qml-bars3d.qdoc
+++ b/src/datavisualization/doc/src/qtdatavisualization-qml-bars3d.qdoc
@@ -36,6 +36,11 @@
*
* See \l{Qt Quick 2 Bars Example} for more thorough usage example.
*
+ * \note Qt Data Visualization graphs are rendered behind any other QML elements on screen, including
+ * the parent elements of the graph. To make the whole graph show, ensure that no other element
+ * draws anything over the area the graph occupies. For example, having a non-transparent \c Rectangle
+ * item as the parent of a graph causes the graph to be hidden.
+ *
* \sa Bar3DSeries, ItemModelBarDataProxy, Scatter3D, Surface3D, {Qt Data Visualization C++ Classes}
*/
@@ -83,6 +88,7 @@
/*!
* \qmlproperty list<QBar3DSeries> Bars3D::seriesList
+ * \default
* This property holds the series of the graph.
* By default, this property contains an empty list.
* To set the series, either use the addSeries() function or define them as children of the graph.