X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Cartesian.html diff --git a/docs/source/Cartesian.html b/docs/source/Cartesian.html index 67c6e15f..1e8bb6ab 100644 --- a/docs/source/Cartesian.html +++ b/docs/source/Cartesian.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.series.Cartesian
  * @extends Ext.chart.series.Series
  *
@@ -16,7 +33,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 +42,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 +51,7 @@ Ext.define('Ext.chart.series.Cartesian', {
      */
     yField: null,
 
-    /**
+    /**
      * Indicates which axis the series will bind to
      *
      * @property axis
@@ -42,4 +59,6 @@ Ext.define('Ext.chart.series.Cartesian', {
      */
     axis: 'left'
 });
-
\ No newline at end of file +
+ +