Home Forums Chart Support Chart – Minimum and Maximum value with Intervals Reply To: Chart – Minimum and Maximum value with Intervals

#39375

@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