Lines.js revision 8648721e29bb657dd5c5ff20f03e86fe50628ce6
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney this._lineGraphic.render(graph.get("contentBox"));
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney this._lineGraphic.setSize(graph.get("width"), graph.get("height"));
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney this.autoSize = false;
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney * @protected
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney * Draws lines for the series.
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney * @method drawLines
gapSpace);
else if(!connectDiscontinuousPoints)
drawSpline: function()
cx1,
cx2,
cy1,
cy2,
for(; i < len; i = ++i)
_getLineDefaults: function()