force.initialize(nodes) Assigns the array of nodes to this force. This method is called when a force is bound
d3.forceY([y]) Creates a new positioning force along the y-axis towards the given position
x.strength([strength]) If strength is specified, sets the strength accessor to the specified number or function
y.strength([strength]) If strength is specified, sets the strength accessor to the specified number or function
manyBody.distanceMax([distance]) If distance is specified, sets the maximum distance between nodes over which
y.y([y]) If y is specified, sets the y-coordinate accessor to the specified number or function, re-evaluates
simulation.on(typenames, [listener]) If listener is specified, sets the event listener for
simulation.force(name[, force]) If force is specified, assigns the
force(alpha) Applies this force, optionally observing the specified alpha. Typically, the force is applied to the
d3.forceCollide([radius]) Creates a new circle collision force with the specified
Page 2 of 4