AxisType

enum AxisType

A simple enum to serve as an argument for selecting which D3 Axis function to call.

Members

Bottom

Bottom: = "bottom"

Left

Left: = "left"

Top

Top: = "top"