Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear

All,

I created Line chart, but my requirement is , Graph is showing not properly why because, Graph is based coming data from the database. If the range is high, it showing wrong.

I gave Y - axis range Min: 0 and Max: 100 only.

But from the database the values for Y- axis coming inbetween 0-50000 or more sometimes.

So in this case , Graph showing incorrect like a straight line, how handle in this case.


Please anybody have any idea about this issue let me know.


In Advance Thanks....

Maria Vinod...
Posted

1 solution

Dear All,

I got the solution finally.

Select the Y-axis, And press F4, it open the properties of Y-axis, Here we can put "Label Interval = Auto" & "LabelIntervalOffSet = Auto".

Then It generates Auto Y-axis interval basing on the data, which is coming from Database.

I hope this will help all of you....
 
Share this answer
 
Comments
tailton 19-May-13 15:37pm    
Thanks a lot!

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