[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Ext.chart.axis.Axis)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (String[])
[Method] Add step units to the value
Object
Object
Object
[Method] Align value with step of units
Object
Object
Object
any
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method]
[Method] Returns the difference between the min and max value based on the given unit scale
Object
Object
Object
number
Number The number of units between min and max. It is the minimum n that min + n * unit >= max.
[Method] Convert from any data into the target type
Object
any
[Method] Returns the value of axis
Ext.chart.axis.Axis
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Returns the value of step
any
Object
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Given a start point and estimated step size of a range determine the preferred step size
Object
Object
any
Object Return the step size by an object of step x unit.
[Method] This method formats the value
Object
Object
string
String
[Method] Sets the value of axis
Ext.chart.axis.Axis The new value.
[Method] Sets the value of step
Object The new value.