summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/declarativechart.cpp
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-09-26 09:21:12 +0300
committerTero Ahola <tero.ahola@digia.com>2012-09-27 09:22:45 +0300
commit66cad313fa4e9a546fcdc7b2c1c18fe35ca7d924 (patch)
tree9813286ae909a8eaefb90912f90206e0bfc782b8 /plugins/declarative/declarativechart.cpp
parent0680e5f566cd0effac3755b0f2949de441a937fd (diff)
Fixed documentation bugs in QML ChartView
Diffstat (limited to 'plugins/declarative/declarativechart.cpp')
-rw-r--r--plugins/declarative/declarativechart.cpp14
1 files changed, 2 insertions, 12 deletions
diff --git a/plugins/declarative/declarativechart.cpp b/plugins/declarative/declarativechart.cpp
index 297dee14..7fb8b0ba 100644
--- a/plugins/declarative/declarativechart.cpp
+++ b/plugins/declarative/declarativechart.cpp
@@ -63,7 +63,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty Animation ChartView::animation
+ \qmlproperty Animation ChartView::animationOptions
Animation configuration of the chart. One of ChartView.NoAnimation, ChartView.GridAxisAnimations,
ChartView.SeriesAnimations or ChartView.AllAnimations.
*/
@@ -82,21 +82,11 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty string ChartView::titleColor
+ \qmlproperty color ChartView::titleColor
The color of the title text.
*/
/*!
- \qmlproperty Axis ChartView::axisX
- The x-axis of the chart.
-*/
-
-/*!
- \qmlproperty Axis ChartView::axisY
- The default y-axis of the chart.
-*/
-
-/*!
\qmlproperty Legend ChartView::legend
The legend of the chart. Legend lists all the series, pie slices and bar sets added on the chart.
*/