User (Legacy) Posted November 3, 2004 Report Share Posted November 3, 2004 Hi, Can we plot a graph having two series with one series above the XAxis and the other below the XAsix. I am able to do it using negative values for the second series but the problem is YAxis labels shows the negative values which is not desired. I am attaching a bitmap showing the desired graph. Nitin Garg S/W Engineer. Exact-Solutions. Quote Link to comment Share on other sites More sharing options...
Software FX Posted November 4, 2004 Report Share Posted November 4, 2004 You do this using a custom format as follows: chart1.AxisY.LabelsFormat.CustomFormat = "0.00;0.00"; Notice that I'm using the SAME format for both positive and negative (after the ";"). -- FP Software FX 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.