The best way to create a chart
-
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. -
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.