XYSeriesAnimation QML Type

An animation type which signifies the animation for points. More...

Import Statement: import QtGraphs
Inherits:

GraphAnimation

Inherited By:

GraphPointAnimation and SplineControlAnimation

Properties

Detailed Description

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.

Property Documentation

AnimationState : enumeration

Animation states.

ConstantDescription
PlayingAnimation is playing.
StoppedAnimation is stopped.

GraphAnimationType : enumeration

Animation type.

ConstantDescription
GraphPointA GraphPointAnimation animation.
ControlPointA ControlPointAnimation animation.

animating : GraphAnimation::AnimationState

Holds the animation state. One of GraphAnimation::AnimationState.


© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.