enum AxisType
A simple enum to serve as an argument for selecting which D3 Axis function to call.
Bottom: = "bottom"
Left: = "left"
Right: = "right"
Top: = "top"