Re: Scaling of Chart API

2009-10-05 Thread sdeky
If I remember correctly your x-axis must be based on 0-100 scale. So for example, if you x data points are 0,50,100,150,200 you will need to convert these values into the 0-100 scale, which in this case would be 0,25,50,75,100. If you are using labels you will have to manually set those to show

Scaling of Chart API

2009-10-04 Thread Hemant
Hi... I am using Line chart for Mobiles but the problem i m facing is that I am not able to display chart according the data..means for some values it is displaying proper chart but for some values it shows distoted chart or no chart..SCALING ISSUE..so is there any way so that I can gi