qml chart internal processing
Unsolved
QML and Qt Quick
-
wrote on 15 Sept 2021, 13:45 last edited by
how does qml chartView plots 625 data points on 400pixels screen.
-
@sraavya Well, some points will override each other when mapped to the same pixel...
-
wrote on 16 Sept 2021, 07:13 last edited by
consider we have 5 pixels and we have to plot 11 data points. then how does this gets plotted?
is there any documentation related to this? -
@sraavya You'll need to plot fewer points then: https://en.wikipedia.org/wiki/Downsampling_(signal_processing)
1/4