Vision Bar Chart - horizontal orientation

With a Vision window Bar Chart I have, horizontal orientation, can I have, if so how, the orientation right to left, rather than left to right, with the min and max and bar display? (So ‘0’ at far right end of bar and 450, the max at left end, moving. Or another control that will do it, that’s better?). Thanks!

The bar chart’s column ordering is based off your input dataset. You could just wrap your input dataset in system.dataset.sort (or sortDataset in an expression context)?

https://docs.inductiveautomation.com/display/DOC81/sortDataset
https://docs.inductiveautomation.com/display/DOC81/system.dataset.sort