new PlotAxesHandler(axesOptions, axesContainers)
Axes instance handler for a Plot instance.
Parameters:
Name | Type | Description |
---|---|---|
axesOptions |
Plot.Options.axes | axes portion of Plot.Options |
axesContainers |
Object | Object of parent HtmlElements for each axis element indexed by AxisLocation string values |
- Source:
Methods
getAxes()
- Source:
Returns:
Object of axis instances, keyed by axis name
setAxes(axesOptions)
Set the axes by an option object. This will recreate the set of axes to match the options passed. Attempts to modify one axis, requires options for all axes to be sent.
Parameters:
Name | Type | Description |
---|---|---|
axesOptions |
Plot.Options.axes | axes portion of Plot.Options |
- Source: