Function
Return a new base axis.
The chart this axis belongs to.
An optional arguments object to define the axis parameters.
Function
Stub function for clearing the axis.
dojox.charting.axis2d.Base A reference to the axis for functional chaining.
dojox.charting.axis2d.Base
Function
Return a flag as to whether or not this axis has been initialized.
Boolean If the axis is initialized or not.
Boolean
Function
Stub function to run the calcuations needed for drawing this axis.
dojox.charting.axis2d.Base A reference to the axis for functional chaining.
dojox.charting.axis2d.Base
Function
A stub function to return the scaler object created during calculate.
Object The scaler object (see dojox.charting.scaler.linear for more information)
Object
Function
A stub function to return the object that helps define how ticks are rendered.
Object The ticks object.
Object
Function
A stub function to return any offsets needed for axis and series rendering.
Object An object of the form { l, r, t, b }.
Object
Function
Stub function to render this axis.
dojox.charting.axis2d.Base A reference to the axis for functional chaining.
dojox.charting.axis2d.Base
Object
Object
Object