I don't think there's something that does this. It's not something I've seen in other plotting libraries either. This is probably because it's easier to orient the data correctly before givining it to the plotter:
mydata = {{y,x},{y,x},{y,x},{y,x},......}
Reverse/@mydata
{{x,y},{x,y},{x,y},{x,y}......}