Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

Is there any way to display line chart with the Y values with customized intervals and not starting from 0.

For Eg. I've values from 20000 to 25000 so I want intervals starting from 20000. so intervals are like 20000,21000,22000,23000,24000 & 25000, instead of 0,5000,10000,15000,20000,25000

Thanks in advance.
Posted

 
Share this answer
 
Comments
aswathy.s.88 6-Jan-12 0:43am    
Yeah... It works but, I use the Chart Control in Asp.net and I want to customize that
Chart.ChartAreas.AxisY.IsStartedFromZero = false;


see if that helps !

also read questions on forum

http://social.msdn.microsoft.com/Search/en-US/netframework?query=y%20axis&rn=Chart Controls for .NET Framework Forum&rq=meta:Search.MSForums.ForumID(1f1c3c1b-2ead-47c9-bd27-883e86ed067e) site:microsoft.com&beta=0&ac=8
 
Share this answer
 
Comments
aswathy.s.88 6-Jan-12 0:49am    
Yeah ... It works .... Thank you very very much .....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900