X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/LegendItem.html diff --git a/docs/source/LegendItem.html b/docs/source/LegendItem.html index 73c6759b..15fe982a 100644 --- a/docs/source/LegendItem.html +++ b/docs/source/LegendItem.html @@ -1,8 +1,24 @@ -Sencha Documentation Project
/**
- * @class Ext.chart.LegendItem
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
+ * @class Ext.chart.LegendItem
  * @extends Ext.draw.CompositeSprite
  * A single item of a legend (marker plus label)
- * @constructor
  */
 Ext.define('Ext.chart.LegendItem', {
 
@@ -24,7 +40,7 @@ Ext.define('Ext.chart.LegendItem', {
         this.createLegend(config);
     },
 
-    /**
+    /**
      * Creates all the individual sprites for this legend item
      */
     createLegend: function(config) {
@@ -166,7 +182,7 @@ Ext.define('Ext.chart.LegendItem', {
         me.updatePosition({x:0, y:0}); //Relative to 0,0 at first so that the bbox is calculated correctly
     },
 
-    /**
+    /**
      * Update the positions of all this item's sprites to match the root position
      * of the legend box.
      * @param {Object} relativeTo (optional) If specified, this object's 'x' and 'y' values will be used
@@ -208,4 +224,7 @@ Ext.define('Ext.chart.LegendItem', {
             }
         }
     }
-});
\ No newline at end of file +}); +
+ +