summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-18 17:14:21 +0200
committerKai Koehne <kai.koehne@qt.io>2018-09-19 11:31:23 +0000
commit101a8f643921eaeb21c70a35e4cc4665cecad1bb (patch)
tree915acd4266e4c230fe5612e35a5500c735b1e9c3
parentb3a1e386ea584df1a16b645845b22942016464ca (diff)
Doc: Revision new 5.12 properties
Change-Id: I9e26813f665b3ccb0d73416d8368181881caedf7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/charts/axis/valueaxis/qvalueaxis.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/charts/axis/valueaxis/qvalueaxis.cpp b/src/charts/axis/valueaxis/qvalueaxis.cpp
index 62100219..d874e2dd 100644
--- a/src/charts/axis/valueaxis/qvalueaxis.cpp
+++ b/src/charts/axis/valueaxis/qvalueaxis.cpp
@@ -140,19 +140,23 @@ QT_CHARTS_BEGIN_NAMESPACE
/*!
\property QValueAxis::tickAnchor
+ \since 5.12
\brief The base value where the dynamically placed tick marks and labels are started from.
*/
/*!
\qmlproperty real ValueAxis::tickAnchor
+ \since QtCharts 2.3
The base value where the dynamically placed tick marks and labels are started from.
*/
/*!
\property QValueAxis::tickInterval
+ \since 5.12
\brief The interval between dynamically placed tick marks and labels.
*/
/*!
\qmlproperty real ValueAxis::tickInterval
+ \since QtCharts 2.3
The interval between dynamically placed tick marks and labels.
*/
@@ -167,10 +171,12 @@ QT_CHARTS_BEGIN_NAMESPACE
*/
/*!
\property QValueAxis::tickType
+ \since 5.12
\brief The positioning method of tick and labels.
*/
/*!
\qmlproperty enumeration ValueAxis::tickType
+ \since QtCharts 2.3
The positioning method of tick and labels.