X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Category.html diff --git a/docs/source/Category.html b/docs/source/Category.html index 7f953bc0..dbe6fb3c 100644 --- a/docs/source/Category.html +++ b/docs/source/Category.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.axis.Category
  * @extends Ext.chart.axis.Axis
  *
@@ -83,7 +100,7 @@ Ext.define('Ext.chart.axis.Category', {
 
     /* End Definitions */
 
-    /**
+    /**
      * A list of category names to display along this axis.
      *
      * @property categoryNames
@@ -91,7 +108,7 @@ Ext.define('Ext.chart.axis.Category', {
      */
     categoryNames: null,
 
-    /**
+    /**
      * Indicates whether or not to calculate the number of categories (ticks and
      * labels) when there is not enough room to display all labels on the axis.
      * If set to true, the axis will determine the number of categories to plot.
@@ -131,4 +148,6 @@ Ext.define('Ext.chart.axis.Category', {
         };
     }
 });
-
\ No newline at end of file +
+ +