summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-07-02 09:56:07 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-07-02 12:35:22 +0300
commit1753a58f78dc328405e0aa77252a9e59b356e5af (patch)
tree403040fc097e22d30b523d55946a546c009492be /src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc
parent7178b15207c7df560281f7cc42d090845e2b980a (diff)
Add qmlspectrogram example documentation
Change-Id: I5a325fa17215c486184cdce0bc26cce8d9c755da Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc')
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc
index 4188e2b1..2e343d38 100644
--- a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc
+++ b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc
@@ -89,6 +89,11 @@
* \qmlproperty bool Surface3D::flipHorizontalGrid
* \since QtDataVisualization 1.2
*
+ * In some use cases the horizontal axis grid is mostly covered by the surface, so it can be more
+ * useful to display the horizontal axis grid on top of the graph rather than on the bottom.
+ * A typical use case for this is showing 2D spectrograms using orthoGraphic projection with
+ * a top-down viewpoint.
+ *
* If \c{false}, the horizontal axis grid and labels are drawn on the horizontal background
* of the graph.
* If \c{true}, the horizontal axis grid and labels are drawn on the opposite side of the graph