How can you limit AxisY to 4 intervalsI have a dynamic line chart which ranges from 0 to 1.4. For some reason, the chart's y-axis interval are:<br/> <em>0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4</em> <br/> Is there any way to limit the intervals to just 4 intervals, i.e.: <br/> <em>0, 0.5, 1.0, 1.5 </em> <br/> <br/> ???© 2009 Microsoft Corporation. All rights reserved.Wed, 22 Jul 2009 16:45:07 Za1d75a5e-4642-4cf2-a91b-c265181b1927http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#a1d75a5e-4642-4cf2-a91b-c265181b1927http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#a1d75a5e-4642-4cf2-a91b-c265181b1927bennybhttp://social.msdn.microsoft.com/Profile/en-US/?user=bennybHow can you limit AxisY to 4 intervalsI have a dynamic line chart which ranges from 0 to 1.4. For some reason, the chart's y-axis interval are:<br/> <em>0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4</em> <br/> Is there any way to limit the intervals to just 4 intervals, i.e.: <br/> <em>0, 0.5, 1.0, 1.5 </em> <br/> <br/> ???Mon, 29 Jun 2009 20:30:26 Z2009-06-29T20:30:26Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#af37dfa6-ebbd-4686-a4b4-5c00c243e655http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#af37dfa6-ebbd-4686-a4b4-5c00c243e655Alex Gorevhttp://social.msdn.microsoft.com/Profile/en-US/?user=Alex%20GorevHow can you limit AxisY to 4 intervalsYou can either depend on the automatically calculated interval or set Axis.Interval to a custom value.<br/><br/>Alex.<hr class="sig"><a href="http://blogs.msdn.com/alexgor">http://blogs.msdn.com/alexgor</a>Tue, 30 Jun 2009 04:45:22 Z2009-06-30T04:45:22Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#0cc921e4-20bb-4172-a7e1-cd6f36ead211http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#0cc921e4-20bb-4172-a7e1-cd6f36ead211bennybhttp://social.msdn.microsoft.com/Profile/en-US/?user=bennybHow can you limit AxisY to 4 intervals<p>Is there a method I can use like:<br/><br/>Chart1.MaxIntervalsAxisY = 4;<br/><br/>My chart is dynamic so the Y limits can vary from (-1 to 2) or (6 to 500)<br/></p>Thu, 02 Jul 2009 13:27:56 Z2009-07-02T13:27:56Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#31d0dbf5-2b2d-45fa-b5e9-767ee9ec0049http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/a1d75a5e-4642-4cf2-a91b-c265181b1927#31d0dbf5-2b2d-45fa-b5e9-767ee9ec0049Alex Gorevhttp://social.msdn.microsoft.com/Profile/en-US/?user=Alex%20GorevHow can you limit AxisY to 4 intervalsYou can set Axis.Interval property to exactly the number of intervals you want. You can do that dynamically in the Chart.AxisViewChanged event.<br/><br/>Alex.<hr class="sig"><a href="http://blogs.msdn.com/alexgor">http://blogs.msdn.com/alexgor</a>Fri, 10 Jul 2009 22:02:08 Z2009-07-10T22:02:08Z