##// END OF EJS Templates
Fixed documentation bugs in QML ChartView
Tero Ahola -
r2113:66cad313fa4e
parent child
Show More
@@ -63,7 +63,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
63 */
63 */
64
64
65 /*!
65 /*!
66 \qmlproperty Animation ChartView::animation
66 \qmlproperty Animation ChartView::animationOptions
67 Animation configuration of the chart. One of ChartView.NoAnimation, ChartView.GridAxisAnimations,
67 Animation configuration of the chart. One of ChartView.NoAnimation, ChartView.GridAxisAnimations,
68 ChartView.SeriesAnimations or ChartView.AllAnimations.
68 ChartView.SeriesAnimations or ChartView.AllAnimations.
69 */
69 */
@@ -82,21 +82,11 QTCOMMERCIALCHART_BEGIN_NAMESPACE
82 */
82 */
83
83
84 /*!
84 /*!
85 \qmlproperty string ChartView::titleColor
85 \qmlproperty color ChartView::titleColor
86 The color of the title text.
86 The color of the title text.
87 */
87 */
88
88
89 /*!
89 /*!
90 \qmlproperty Axis ChartView::axisX
91 The x-axis of the chart.
92 */
93
94 /*!
95 \qmlproperty Axis ChartView::axisY
96 The default y-axis of the chart.
97 */
98
99 /*!
100 \qmlproperty Legend ChartView::legend
90 \qmlproperty Legend ChartView::legend
101 The legend of the chart. Legend lists all the series, pie slices and bar sets added on the chart.
91 The legend of the chart. Legend lists all the series, pie slices and bar sets added on the chart.
102 */
92 */
@@ -125,7 +125,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE
125 The font of markers used by legend
125 The font of markers used by legend
126 */
126 */
127 /*!
127 /*!
128 \qmlproperty color Legend::font
128 \qmlproperty Font Legend::font
129 The font of markers used by legend
129 The font of markers used by legend
130 */
130 */
131
131
General Comments 0
You need to be logged in to leave comments. Login now