User (Legacy) Posted March 11, 2003 Report Share Posted March 11, 2003 In the default line chart, the x values are on the horizontal axis. Is it possible draw the chart so that the x axis is running vertical? You can't just swap the x-y values becauses the lines connecting the dots would be incorrect. The effect I'm looking for is a tall thin graph where the line is drawn from top to bottom; and moves left / right as its Y value chages. The closest example I found was for bar graphs, but none of the line graphs seem to have this ability. Thanks Mitch Quote Link to comment Share on other sites More sharing options...
Software FX Posted March 11, 2003 Report Share Posted March 11, 2003 Yes. This can be done by doing: Chart.TypeMask = Chart.TypeMask or CT_HORZ -- FP Software FX, Inc. 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.