The type of the axes (must extend BaseAxis)
Adds an axis to the current axis state and returns a new axis state. This is an internal state management function. This should generally not be used. Instead, use the UseAxesValues.addXAxis and UseAxesValues.addYAxis functions to add axes.
The axis to add
The ID of the axis to add
An updated axes state that has the new axis
The default name of the x-axis (in case only on default axis was added)
An array holding all existing the x-axis IDs
true if the axes state is empty, false otherwise.
StaticemptyStaticfrom
Holds the information to allow mapping axes names to the underlying axes objects. These objects hold the axis ID, its location on the chart (i.e. left, right, bottom, upper) and the underlying d3 selection objects for managing the axes. Axis objects that extend the
BaseAxisclass may have additional properties.