summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2018-11-08 11:45:36 +0100
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2018-11-15 10:43:31 +0000
commite05f25fcbc8dfd7bfd71caf2499895851af4e484 (patch)
treef3372c42fed944fc92f01623353c7adbd409f5f3
parentbd9f0b27169dcbc3f8bb3914d3e21b1daddeeee5 (diff)
Doc: Clarify the impact of a zoom to properties
Using zoomIn will modify values of other items. In case a user is aiming at having those fixed, this needs to be taken care of manually. Task-number: QTBUG-71529 Change-Id: I93e799bf4fc67b563e93df616090aa1dc7acf691 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/charts/qchart.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charts/qchart.cpp b/src/charts/qchart.cpp
index 09090185..a8af7710 100644
--- a/src/charts/qchart.cpp
+++ b/src/charts/qchart.cpp
@@ -401,6 +401,8 @@ void QChart::zoomIn()
/*!
Zooms into the view to a maximum level at which the rectangle \a rect is still
fully visible.
+ \note Applying a zoom may modify properties of attached axes, for instance QAbstractAxis::min
+ and QAbstractAxis::max.
\note This is not supported for polar charts.
*/
void QChart::zoomIn(const QRectF &rect)