Author: kn
Date: Mon Aug 13 14:58:48 2007
New Revision: 5901

Log:
- More links in documentation

Modified:
    trunk/Graph/src/charts/bar.php
    trunk/Graph/src/charts/line.php
    trunk/Graph/src/charts/pie.php
    trunk/Graph/src/charts/radar.php

Modified: trunk/Graph/src/charts/bar.php
==============================================================================
--- trunk/Graph/src/charts/bar.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/bar.php [iso-8859-1] Mon Aug 13 14:58:48 2007
@@ -39,11 +39,11 @@
  * Each chart consists of several chart elements which represents logical 
  * parts of the chart and can be formatted independently. The bar chart
  * consists of:
- *  - title ( ezcGraphChartElementText )
- *  - legend ( ezcGraphChartElementLegend )
- *  - background ( ezcGraphChartElementBackground )
- *  - xAxis ( ezcGraphChartElementLabeledAxis )
- *  - yAxis ( ezcGraphChartElementNumericAxis )
+ *  - title ( [EMAIL PROTECTED] ezcGraphChartElementText} )
+ *  - legend ( [EMAIL PROTECTED] ezcGraphChartElementLegend} )
+ *  - background ( [EMAIL PROTECTED] ezcGraphChartElementBackground} )
+ *  - xAxis ( [EMAIL PROTECTED] ezcGraphChartElementLabeledAxis} )
+ *  - yAxis ( [EMAIL PROTECTED] ezcGraphChartElementNumericAxis} )
  *
  * The type of the axis may be changed and all elements can be configured by
  * accessing them as properties of the chart:

Modified: trunk/Graph/src/charts/line.php
==============================================================================
--- trunk/Graph/src/charts/line.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/line.php [iso-8859-1] Mon Aug 13 14:58:48 2007
@@ -39,11 +39,11 @@
  * Each chart consists of several chart elements which represents logical 
  * parts of the chart and can be formatted independently. The line chart
  * consists of:
- *  - title ( ezcGraphChartElementText )
- *  - legend ( ezcGraphChartElementLegend )
- *  - background ( ezcGraphChartElementBackground )
- *  - xAxis ( ezcGraphChartElementLabeledAxis )
- *  - yAxis ( ezcGraphChartElementNumericAxis )
+ *  - title ( [EMAIL PROTECTED] ezcGraphChartElementText} )
+ *  - legend ( [EMAIL PROTECTED] ezcGraphChartElementLegend} )
+ *  - background ( [EMAIL PROTECTED] ezcGraphChartElementBackground} )
+ *  - xAxis ( [EMAIL PROTECTED] ezcGraphChartElementLabeledAxis} )
+ *  - yAxis ( [EMAIL PROTECTED] ezcGraphChartElementNumericAxis} )
  *
  * The type of the axis may be changed and all elements can be configured by
  * accessing them as properties of the chart:

Modified: trunk/Graph/src/charts/pie.php
==============================================================================
--- trunk/Graph/src/charts/pie.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/pie.php [iso-8859-1] Mon Aug 13 14:58:48 2007
@@ -33,9 +33,9 @@
  * Each chart consists of several chart elements which represents logical 
  * parts of the chart and can be formatted independently. The pie chart
  * consists of:
- *  - title ( ezcGraphChartElementText )
- *  - legend ( ezcGraphChartElementLegend )
- *  - background ( ezcGraphChartElementBackground )
+ *  - title ( [EMAIL PROTECTED] ezcGraphChartElementText} )
+ *  - legend ( [EMAIL PROTECTED] ezcGraphChartElementLegend} )
+ *  - background ( [EMAIL PROTECTED] ezcGraphChartElementBackground} )
  *
  * All elements can be configured by accessing them as properties of the chart:
  *

Modified: trunk/Graph/src/charts/radar.php
==============================================================================
--- trunk/Graph/src/charts/radar.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/radar.php [iso-8859-1] Mon Aug 13 14:58:48 2007
@@ -40,11 +40,11 @@
  * Each chart consists of several chart elements which represents logical 
  * parts of the chart and can be formatted independently. The line chart
  * consists of:
- *  - title ( ezcGraphChartElementText )
- *  - legend ( ezcGraphChartElementLegend )
- *  - background ( ezcGraphChartElementBackground )
- *  - axis ( ezcGraphChartElementNumericAxis )
- *  - ratation axis ( ezcGraphChartElementLabeledAxis )
+ *  - title ( [EMAIL PROTECTED] ezcGraphChartElementText} )
+ *  - legend ( [EMAIL PROTECTED] ezcGraphChartElementLegend} )
+ *  - background ( [EMAIL PROTECTED] ezcGraphChartElementBackground} )
+ *  - axis ( [EMAIL PROTECTED] ezcGraphChartElementNumericAxis} )
+ *  - ratation axis ( [EMAIL PROTECTED] ezcGraphChartElementLabeledAxis} )
  *
  * The type of the axis may be changed and all elements can be configured by
  * accessing them as properties of the chart:


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to