How to change QChart origin to lower right corner?
Unsolved
General and Desktop
-
The qchart origin (0,0) is defaulted to lower left corner. Is there a way to change it to the lower right corner? I can set xAxis to reverse to change the xAxis to show (0,0) origin is at the right lower corner, However, the data of QLineSerise is still drawn as if origin is unchanged at lower left corner. I even reversed the data order of the QLineSerise. It does not help.
Does anyone knows how to do this. It not clear in the api document this is possible. Please help
Thank you
N