An animation type which signifies the animation for points. More...
| Import Statement: | import QtGraphs
|
| Inherits: | |
| Inherited By: |
XYSeriesAnimation is based on GraphAnimation and encapsulates all animations available to XYSeries graphs. This type initializes the state for its derived animations, but, as it is absract, can not be directly used for animations. See the child types GraphPointAnimation and SplineControlAnimation.
See also GraphAnimation, GraphPointAnimation, and SplineControlAnimation.
AnimationState : enumeration
Animation states.
| Constant | Description |
|---|---|
Playing |
Animation is playing. |
Stopped |
Animation is stopped. |
GraphAnimationType : enumeration
Animation type.
| Constant | Description |
|---|---|
GraphPoint |
A GraphPointAnimation animation. |
ControlPoint |
A ControlPointAnimation animation. |
animating : GraphAnimation::AnimationState
Holds the animation state. One of GraphAnimation::AnimationState.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qtgraphs-xyseriesanimation.html