GraphAnimation QML Type

The GraphAnimation type is the base type for all animations for 2D Qt Graphs series. More...

Import Statement: import QtGraphs
Inherited By:

XYSeriesAnimation

Properties

Detailed Description

GraphAnimation is based on VariantAnimation and provides an interface for interpolation for child animations. This type is an abstract type and doesn't have any default implementation for interpolation. Its derived types should be used for the respective animations, such as GraphPointAnimation, 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.