Gets the
Javascript Chart Model for passing to
WebChartViewer.setChartModel for the purpose of supporting track cursors in a web application.
To support track cursors in a web application, the browser would need know certain details of the chart, its data, chart type and axis configuration. The
Javascript Chart Model is a textual representation of those information. The WebChartViewer will send it to the browser to be used by the browser side Javascript ChartViewer (
JsChartViewer).
The format of the
Javascript Chart Model is not published.
A text string representing the
Javascript Chart Model.
© 2014 Advanced Software Engineering Limited. All rights reserved.