Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QChart animation
Qt 6.11 is out! See what's new in the release blog

QChart animation

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sigmundlo
    wrote on last edited by
    #1

    I am making a chart displaying a QLineSeries which is supposed to scroll by while receiving values. To achieve this I set the AnimationOptions to AllAnimations.
    The problem is that the animation has an acceleration and retardation. I want it to scroll with a steady pace.
    To achieve this I want to:
    Be able to adjust the animation properties like speed, acceleration and retardation.
    OR:
    Scroll pixel by pixel myself to control the whole movement. Right now the animation only scrolls from one tick to the next. If I try to scroll less than one tick distance, the tick values change to fit the scroll, but that looks very bad and confusing.
    I hope someone can help!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved