ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  JsAxis
Posted by WildekUrt on Apr-23-2014 06:14
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