Re: [Interest] Dealing with large data sets with QtCharts

2017-11-06 Thread Benjamin TERRIER
2017-11-05 14:37 GMT+01:00 iman ahmadvand : > Hi everyone. > > I was wonder if it's possible to manage large data sets with qchart ? What do you mean by "large data sets" ? How many points ? > The consuming operation is a loop for adding points to QLineSeries + adding > each series to QChart. > >

[Interest] Dealing with large data sets with QtCharts

2017-11-05 Thread iman ahmadvand
Hi everyone. I was wonder if it's possible to manage large data sets with qchart ? The consuming operation is a loop for adding points to QLineSeries + adding each series to QChart. Since QChart is a view on it's own and unfortunately data sets are integrated inside the view so it can't be used