Commit 101a8f64 authored by Kai Koehne's avatar Kai Koehne
Browse files

Doc: Revision new 5.12 properties


Change-Id: I9e26813f665b3ccb0d73416d8368181881caedf7
Reviewed-by: default avatarMiikka Heikkinen <miikka.heikkinen@qt.io>
Showing with 6 additions and 0 deletions
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment