RightAxisLayout.js revision 8648721e29bb657dd5c5ff20f03e86fe50628ce6
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * RightAxisLayout contains algorithms for rendering a right axis.
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * @constructor
d048f1c15089c16b8ca1b264513a2f92ff86e703JazzyNico * @class LeftAxisLayout
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * @extends Base
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * @param {Object} config
646e07284c35ae746e8a0cf0698098e116ebb5a3JazzyNico RightAxisLayout.superclass.constructor.apply(this, arguments);
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * @protected
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * Sets the length of the tick on either side of the axis line.
646e07284c35ae746e8a0cf0698098e116ebb5a3JazzyNico case "inside" :