QLineSeries
-
I have some data series that i append to QLineSeries and draw them in chart. The problem is that i need this graph to have several points of discontinuity, but QLineSeries just connects them all into one line. How can I make that happen using only one series?
-
I have some data series that i append to QLineSeries and draw them in chart. The problem is that i need this graph to have several points of discontinuity, but QLineSeries just connects them all into one line. How can I make that happen using only one series?
@youny19
I don't think you can (as a single line series). See https://forum.qt.io/topic/82760/how-to-make-a-point-of-discontinuity-in-qlineseries.FWIW if you are using Qt Charts be aware it is being replaced by Qt Graphs. Both have
QLineSeries
, which are you using? It may make no difference to your question though.