From 36417dd3660f75c34328c3420bdd512436da86ff Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 25 Jun 2014 13:00:55 +0300 Subject: Add flipHorizontalGrid property for surface This property allows drawind the horizontal grid and axis labels on top of the graph rather than on the bottom. This is useful when surface graph is used for 2D spectrograms in orthographic mode, as otherwise the grid is covered by the surface itself. Particularly relevant for polar plots of the same. Task-number: QTRD-3184 Change-Id: I9dbcdbfc754e13af52d2cf31a1d9991ef4b241f7 Reviewed-by: Mika Salmela --- .../doc/src/qtdatavisualization-qml-surface3d.qdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc index 23a9a004..4c25cc0a 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc @@ -85,6 +85,16 @@ * To set the series, either use the addSeries() function or define them as children of the graph. */ +/*! + * \qmlproperty bool Surface3D::flipHorizontalGrid + * + * 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 + * from the horizontal background. + * Defaults to \c{false}. + */ + /*! * \qmlmethod void Surface3D::addSeries(Surface3DSeries series) * Adds the \a series to the graph. -- cgit v1.2.3 From ffba0218893cd25b08718d4d6fd0c40c95aecf47 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 25 Jun 2014 14:45:01 +0300 Subject: Add radialLabelOffset property for graphs This property indicates where radial labels of the polar chart are drawn Task-number: QTRD-3184 Change-Id: I1500e67da5e578b90d679876130c2d56c1d08039 Reviewed-by: Mika Salmela --- src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc index 4c25cc0a..4188e2b1 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc @@ -87,6 +87,7 @@ /*! * \qmlproperty bool Surface3D::flipHorizontalGrid + * \since QtDataVisualization 1.2 * * If \c{false}, the horizontal axis grid and labels are drawn on the horizontal background * of the graph. -- cgit v1.2.3 From 1753a58f78dc328405e0aa77252a9e59b356e5af Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 2 Jul 2014 09:56:07 +0300 Subject: Add qmlspectrogram example documentation Change-Id: I5a325fa17215c486184cdce0bc26cce8d9c755da Reviewed-by: Mika Salmela --- src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc') 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 -- cgit v1.2.3 From 961600f6549756754ae155ef9cf63bb990e00f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Tue, 14 Oct 2014 07:32:49 +0300 Subject: Bars3D, Surface3D and Scatter3D tests Task-number: QTRD-3368 + Removed erroneous property from docs Change-Id: I675e16b58e7b190b2b33d29029654039a60b5bfc Change-Id: I675e16b58e7b190b2b33d29029654039a60b5bfc Reviewed-by: Miikka Heikkinen --- src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc index 2e343d38..2b83b807 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc @@ -72,11 +72,6 @@ * \c SelectionMultiSeries flag set, this property holds the series which owns the selected point. */ -/*! - \qmlproperty ColorGradient Surface3D::gradient - The current surface gradient. Setting this property replaces the previous gradient. - */ - /*! * \qmlproperty list Surface3D::seriesList * \default -- cgit v1.2.3