Step Line Charts
Unsolved
General and Desktop
-
wrote on 22 Oct 2018, 16:12 last edited by
-
Hi,
Do you mean something like the Line Chart Example ?
-
wrote on 22 Oct 2018, 23:21 last edited by
Hi,
Yes, like a line chart?
-
@gazoni that should be easy enough to create on your own with QLineSeries.
Whenever you add a new point to the series(pNew), check if a previous point exists(pOld),
if yes, than create an intermediatePoint (pNew.x, pOld.y) add that one to the series and than add pNew itself.
4/4