Update GraphPointAnimation docs

Fixes: QTBUG-132402
Pick-to: 6.8
Change-Id: I375390898dcba012c9cab03d77fbfe162bd1e884
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
(cherry picked from commit aaea54c448)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Owais Akhtar 2025-01-03 08:45:01 +02:00 committed by Qt Cherry-pick Bot
parent ebcbe5e632
commit 2be2de8934
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
For XYSeries, this is considered to be the main list of points defined inside
the series. The point is linearly interpolated from the start to the end value.
\note GraphPointAnimation currently supports animating only the last point in
a series when a point is appended or removed. If a point is replaced, the
animation will be triggered regardless of the points index within the
series.
\sa GraphTransition, SplineControlAnimation
*/