@rayateng,
Are you trying to change axisX.maximum? Also, can you kindly brief what do you mean by:
I also don’t want to show it like time value, I need to show normal number
If you want to increase the maximum axisX / axisY you can do so by using the set method: chart.axisX[0].set("maximum", 1000);
If this doesn’t suit your requirements, kindly create a jsfiddle reproducing the issue you are facing or provide us some pictorial representation so that we can understand your requirements better & help you out.
___
Suyash Singh
Team CanvasJS