X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Abstract.html diff --git a/docs/source/Abstract.html b/docs/source/Abstract.html index fee7f858..570e61c1 100644 --- a/docs/source/Abstract.html +++ b/docs/source/Abstract.html @@ -1,6 +1,23 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.axis.Abstract
- * @ignore
+ * Base class for all axis classes.
  */
 Ext.define('Ext.chart.axis.Abstract', {
 
@@ -10,6 +27,10 @@ Ext.define('Ext.chart.axis.Abstract', {
 
     /* End Definitions */
 
+    /**
+     * Creates new Axis.
+     * @param {Object} config (optional) Config options.
+     */
     constructor: function(config) {
         config = config || {};
 
@@ -52,4 +73,6 @@ Ext.define('Ext.chart.axis.Abstract', {
     drawAxis: Ext.emptyFn,
     addDisplayAndLabels: Ext.emptyFn
 });
-
\ No newline at end of file +
+ +