X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Gauge.html diff --git a/docs/source/Gauge.html b/docs/source/Gauge.html index a2024613..1a1eff6e 100644 --- a/docs/source/Gauge.html +++ b/docs/source/Gauge.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.axis.Gauge
  * @extends Ext.chart.axis.Abstract
  *
@@ -26,19 +43,19 @@ Ext.define('Ext.chart.axis.Gauge', {
 
     /* End Definitions */
     
-    /**
+    /**
      * @cfg {Number} minimum (required) the minimum value of the interval to be displayed in the axis.
      */
 
-    /**
+    /**
      * @cfg {Number} maximum (required) the maximum value of the interval to be displayed in the axis.
      */
 
-    /**
+    /**
      * @cfg {Number} steps (required) the number of steps and tick marks to add to the interval.
      */
 
-    /**
+    /**
      * @cfg {Number} margin (optional) the offset positioning of the tick marks and labels in pixels. Default's 10.
      */
 
@@ -127,7 +144,7 @@ Ext.define('Ext.chart.axis.Gauge', {
         }, true);
     },
 
-    /**
+    /**
      * Updates the {@link #title} of this axis.
      * @param {String} title
      */
@@ -191,4 +208,6 @@ Ext.define('Ext.chart.axis.Gauge', {
         }
         this.labelArray = labelArray;
     }
-});
\ No newline at end of file +});
+ +