Dear JQX,
I have a query for the JQX Chart. If I have a chart whose maxValue and minValue for the value axis is not defined by me while creating the chart and JQX chart automatically calculate and applies it… is there anyway so that I can get the same auto calculated minValue and maxValue from the chart instance like:
var chartInstance = $("#myJQXChart").jqxChart("getInstance");
console.log(chartInstance["valueAxis"]["minValue"]);
console.log(chartInstance["valueAxis"]["maxValue"]);
please help me to get these values…
thanks
Sumit Roy