X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Cartesian.html diff --git a/docs/source/Cartesian.html b/docs/source/Cartesian.html index 67c6e15f..ecb94443 100644 --- a/docs/source/Cartesian.html +++ b/docs/source/Cartesian.html @@ -1,10 +1,26 @@ -Sencha Documentation Project
/**
- * @class Ext.chart.series.Cartesian
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
+ * @class Ext.chart.series.Cartesian
  * @extends Ext.chart.series.Series
  *
  * Common base class for series implementations which plot values using x/y coordinates.
  *
- * @constructor
  */
 Ext.define('Ext.chart.series.Cartesian', {
 
@@ -16,7 +32,7 @@ Ext.define('Ext.chart.series.Cartesian', {
 
     /* End Definitions */
 
-    /**
+    /**
      * The field used to access the x axis value from the items from the data
      * source.
      *
@@ -25,7 +41,7 @@ Ext.define('Ext.chart.series.Cartesian', {
      */
     xField: null,
 
-    /**
+    /**
      * The field used to access the y-axis value from the items from the data
      * source.
      *
@@ -34,7 +50,7 @@ Ext.define('Ext.chart.series.Cartesian', {
      */
     yField: null,
 
-    /**
+    /**
      * Indicates which axis the series will bind to
      *
      * @property axis
@@ -42,4 +58,6 @@ Ext.define('Ext.chart.series.Cartesian', {
      */
     axis: 'left'
 });
-
\ No newline at end of file +
+ +