@elanchezhiyan,
To check the minimum or maximum value of the chart’s X-axis, you can use the axis get method. Please take a look at the code-snippet given below.
chart.axisX[0].get("minimum");
chart.axisX[0].get("maximum");
—
Thangaraj Raman
Team CanvasJS