##// END OF EJS Templates
QDoc for animation options in QChart
Tero Ahola -
r302:1b13fe4b9635
parent child
Show More
@@ -21,6 +21,17 QTCOMMERCIALCHART_BEGIN_NAMESPACE
21 21 */
22 22
23 23 /*!
24 \enum QChart::AnimationOption
25
26 For enabling/disabling animations. Defaults to NoAnimation.
27
28 \value NoAnimation
29 \value GridAxisAnimations
30 \value SeriesAnimations
31 \value AllAnimations
32 */
33
34 /*!
24 35 \class QChart
25 36 \brief QtCommercial chart API.
26 37
@@ -254,7 +265,7 void QChart::resizeEvent(QGraphicsSceneResizeEvent *event)
254 265 }
255 266
256 267 /*!
257 Sets animation options for the chart
268 Sets animation \a options for the chart
258 269 */
259 270 void QChart::setAnimationOptions(AnimationOptions options)
260 271 {
@@ -332,7 +332,7 QChartAxis* QChartView::axisY() const
332 332 }
333 333
334 334 /*!
335 Sets animation options for the chart
335 Sets animation \a options for the chart
336 336 */
337 337 void QChartView::setAnimationOptions(QChart::AnimationOptions options)
338 338 {
General Comments 0
You need to be logged in to leave comments. Login now