@@ -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 | { |
General Comments 0
You need to be logged in to leave comments.
Login now