I want to make a chart to display the finishing positions of racers in a set of races. In this kind of example, the "better" results are "lower" numeric values in the position (eg: 1 is the best, 7 is the worst), and i would like the best positions to be shown in the upper side of the chart:
Is there a way to display the numeric values inverted on the Y-axis?
Thanks in advance!
Off of the Axis object is an IsInverted property which should do that for you.
Thanks, it worked perfectly!