The settings related to the current plot. For use with checkSettings.
xlab
xlab:
If your ConstructorOptions use the default xlabel and ylabel, changing
these values will update the X and Y labels by getting the string name
of the enumeration (Units).
ylab
ylab:
Methods
checkResize
checkResize(): void
If you resize the DOM element for the plot, call this to cause the plot
to redraw
Returns void
checkSettings
checkSettings(): void
Push any changes in the settings to the underlying plot instance.
BasePlot is an abstract base class for sigplot.Plot to help unify some of the API for downstream classes.