Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. The best way to create a chart
Qt 6.11 is out! See what's new in the release blog

The best way to create a chart

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 267 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.
  • Negar_mgN Offline
    Negar_mgN Offline
    Negar_mg
    wrote on last edited by
    #1

    Hello ,
    I wanted to ask which library do you think is the best way to build a chart?
    I'm currently using the Qtchart library, is it fast enough?
    And I also use qtimer to make it dynamic, do you think it is better to use multithread?
    If you have a better suggestion please tell me.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      @Negar_mg said in The best way to create a chart:

      I wanted to ask which library do you think is the best way to build a chart?

      Well, it depends on your needs Qwt was already there before QtChart and is really powerful and QCustomPlot is also well know and appreciated AFAIK. Note that these two are not official modules.

      @Negar_mg said in The best way to create a chart:

      I'm currently using the Qtchart library, is it fast enough?

      That depends on your needs and the way you use it. It's up to you to benchmark it.

      @Negar_mg said in The best way to create a chart:

      And I also use qtimer to make it dynamic, do you think it is better to use multithread?

      Again, it depends on your needs. Do not forget that multi-threading is not always the best solution and that it has its own share of complexities and issues.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Negar_mgN Offline
        Negar_mgN Offline
        Negar_mg
        wrote on last edited by
        #3

        Thank you for your 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