axis.tickArguments([arguments]) If arguments are specified, sets the arguments that will be passed
d3.axisTop(scale) Constructs a new top-oriented axis generator for the given scale
axis.tickSizeInner([size]) If size is specified, sets the inner tick size to the specified value and returns
axis.tickFormat([format]) If format is specified, sets the tick format function and returns the axis. If format
axis(context) Render the axis to the given context, which may be either a
d3.axisBottom(scale) Constructs a new bottom-oriented axis generator for the given scale
axis.tickPadding([padding]) If padding is specified, sets the padding to the specified value in pixels and
d3.axisLeft(scale) Constructs a new left-oriented axis generator for the given scale
d3.axisRight(scale) Constructs a new right-oriented axis generator for the given scale
axis.tickSizeOuter([size]) If size is specified, sets the outer tick size to the specified value and returns
Page 1 of 2