mirror of https://github.com/qt/qtgraphs.git
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:
parent
ebcbe5e632
commit
2be2de8934
|
|
@ -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 point’s index within the
|
||||
series.
|
||||
|
||||
\sa GraphTransition, SplineControlAnimation
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue