.autorangeMode()/.autorangeMode(mode)
Gets or sets the automatic domain adjustment mode for visible points. Possible modes are "x", "y", and "none". Modes operate as follows:
.showAllData()
Adjusts the domains of both X and Y scales in order to show all data. This call does not override autorange() behavior.
.x()/.x(number|accessor)/.x(number|accessor, scale)
Gets the AccessorScaleBinding for X, or sets the X attribute to a constant number or the result of an Accessor. If a scale is provided, results will be scaled accordingly.
.y()/.y(number|accessor)/.y(number|accessor, scale)
Gets the AccessorScaleBinding for Y, or sets the Y attribute to a constant number or the result of an Accessor. If a scale is provided, results will be scaled accordingly.