I'm trying to get the track line to move through scripting which I can do with a javascript timer. However, I'd like to know when the cursor reaches the end of the axis so I can update the chart. I tried accessing JsAxis per the documentation but it doesn't seem to work. Here's what I've tried:
var viewer = getChart(0);
var maxX =viewer.JsChart.JsAxis.getMaxValue();
It doesn't seem to recognize JsAxis. Any help would be appreciated.
Kurt Wilde |