En esta página

XYSeriesAnimation QML Type

Un tipo de animación que significa la animación para los puntos. Más...

Import Statement: import QtGraphs
Inherits:

GraphAnimation

Inherited By:

GraphPointAnimation and SplineControlAnimation

Propiedades

Descripción detallada

XYSeriesAnimation se basa en GraphAnimation y encapsula todas las animaciones disponibles para los gráficos XYSeries. Este tipo inicializa el estado para sus animaciones derivadas, pero, como es abstracto, no puede ser utilizado directamente para animaciones. Véanse los tipos hijos GraphPointAnimation y SplineControlAnimation.

Véase también GraphAnimation, GraphPointAnimation, y SplineControlAnimation.

Documentación de propiedades

AnimationState : enumeration

Estados de animación.

ConstanteDescripción
PlayingLa animación se está reproduciendo.
StoppedLa animación está detenida.

GraphAnimationType : enumeration

Tipo de animación.

ConstanteDescripción
GraphPointUna animación GraphPointAnimation.
ControlPointUna animación ControlPointAnimation.

animating : GraphAnimation::AnimationState

Mantiene el estado de la animación. Uno de GraphAnimation::AnimationState.

© 2026 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.