eatl Posted December 11, 2008 Report Share Posted December 11, 2008 Hi, I have a toggle button that allows the user to switch between a linear and a logarithmic scale. To switch to logarithmic scale is pretty easy: chart1.AxisY.LogBase= 10. But I can not find an easy way to switch the chart back to linear scale. So, Is there any easy way to switch back from logarithmic to the linear scale? I have tried the autoscale + recalculate but is not working. Thanks Quote Link to comment Share on other sites More sharing options...
Frank Posted December 12, 2008 Report Share Posted December 12, 2008 chart1.AxisY.LogBase= 0 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.