anloc Posted September 14, 2014 Report Share Posted September 14, 2014 (edited) Hi, I upgraded Chart FX 7 to version 8 - and the chart doesn't look exactly the same as FX7 - //axischart1.AxesStyle = AxesStyle.FlatFrame;chart1.AxisY.Line.Width = 1;chart1.AxisY.Style |= AxisStyles.AutoMinorStep; chart1.AxisY.max = myMaxvalue (// this is get the higher value) if(myMaxvalue > 10) { chart1.AxisY.AdjustScale(); } I attached the picture, and what can I do to fix the issue. and please help... Thanks. Edited September 15, 2014 by anloc 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.