QtChart: Single Axis-X with multiple Axis-Y
Unsolved
QML and Qt Quick
-
Hello All,
I'm new to Qt,I'm planning to create a ChartView with single axis X and multiple separate axis-Y stacked like below:
Could someone share me how to do it or some keywords that I can research? and is it possible?
(Currently I'm using ChartView QML+PySide6, but seems it is only able to show the 3 axises Y above in parallel |||___., not able to stack)Thank you so much!
-
I suspect the way to do this is to have three separate
ChartView
s and to align them as you require. You will probably need to play around with the margins. You can turn off the title on all but the bottom view by means of thetitleVisible
property of the axis.