User (Legacy) Posted December 7, 2000 Report Share Posted December 7, 2000 Keeping the X axis at the bottom is the challenge. Possibly a little twisted coding to plot your values Max-Value and replace the Y axis labels with your own in decending order: objChart.Axis(AXIS_Y).Label(3) = "48" objChart.Axis(AXIS_Y).Label(6) = "45" objChart.Axis(AXIS_Y).Label(9) = "42" etc..... Steve <Roger> wrote in message news:I54NHHHYAHA.1444@sfxserver.softwarefx.com... > Hi, > > Is it possible to reverse the Y-axis - having the highest Y value at the > bottom and zero at the top, with X axis meeting the Yaxis at the highest > value ? > > Regards, > > Rog > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.