##// END OF EJS Templates
Fix ChartView documentation...
Titta Heikkala -
r2634:51946a166e86
parent child
Show More
@@ -133,18 +133,22 QTCOMMERCIALCHART_BEGIN_NAMESPACE
133
133
134 /*!
134 /*!
135 \qmlproperty real ChartView::topMargin
135 \qmlproperty real ChartView::topMargin
136 Deprecated; use margins instead.
136 */
137 */
137
138
138 /*!
139 /*!
139 \qmlproperty real ChartView::bottomMargin
140 \qmlproperty real ChartView::bottomMargin
141 Deprecated; use margins instead.
140 */
142 */
141
143
142 /*!
144 /*!
143 \qmlproperty real ChartView::leftMargin
145 \qmlproperty real ChartView::leftMargin
146 Deprecated; use margins instead.
144 */
147 */
145
148
146 /*!
149 /*!
147 \qmlproperty real ChartView::rightMargin
150 \qmlproperty real ChartView::rightMargin
151 Deprecated; use margins instead.
148 */
152 */
149
153
150 /*!
154 /*!
General Comments 0
You need to be logged in to leave comments. Login now