/**
 * @abstract
 * @class Ext.chart.axis.layout.Layout
 * @extend Ext.Base
 * @mixin Ext.mixin.Observable
 * Interface used by Axis to process its data into a meaningful layout.
 */
 
/**
 * @cfg {Ext.chart.axis.Axis} [axis=null]
 * The axis that the Layout is bound.
 * @accessor
 */