Recovering start point and end point of a line graph
Posted: Mon Sep 10, 2012 12:17 pm
Dear friends,
I have a line chart, and need to retrieve the start point and end point even after the zoom:
I'm using axis.bootom as:
Chart1.axes.bottom.labels.dateFormat = "isoTime";
I tried using the onzoom
Chart1.onzoom = function () {
alert (Chart1.axes.bottom.minimum);
alert (Chart1.axes.bottom.maximum);
};
But the return is a very large number, someone can tell me what is the format of that number? And how can I convert it in seconds, for example?
Sincerely,
Osvano.
I have a line chart, and need to retrieve the start point and end point even after the zoom:
I'm using axis.bootom as:
Chart1.axes.bottom.labels.dateFormat = "isoTime";
I tried using the onzoom
Chart1.onzoom = function () {
alert (Chart1.axes.bottom.minimum);
alert (Chart1.axes.bottom.maximum);
};
But the return is a very large number, someone can tell me what is the format of that number? And how can I convert it in seconds, for example?
Sincerely,
Osvano.