Hi,
I'm trying to squeeze a candle chart into my app. The idea is that the entire app locks the screen upright and I want the candle chart to be displayed vertically on one of the tabs (so contrary to the other views).
Vertical chart & IsTransposed seemed like a great feature for that, however there's one small issue - When I transpose the chart this way, the chart timeline goes wrong way - we get the latest data on the left and advance to the right which is a tragedy when looking at stock prices.
So is there any attribute I can set for the chart to actually rotate it instead of transposing? I was trying some solutions based on the Forms framework itself but they all failed.