How to give z property to qt chart in qml?
-
Using Qt chart, I have used line series and scatter series in qml. But scatter series series point come behind line series.
So how can i bring this scatter series top of line series?
-
Hi,
Might be a silly question but did you try to change the creation order of the series ?
-
@SGaist said in How to give z property to qt chart in qml?:
creation order of the series
It seems silly but actually after changing the order of creation still the scatter chart point comes behind the line chart.
So now what we can do to bring the scatter chart front in qml?
is there any way to bring it front ?
-
Beside testing, is there a bug report for that ?
-
@SGaist no
-
Then you might want to consider opening one if none exists.