summaryrefslogtreecommitdiffstats
path: root/src/charts/line.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-08-13 12:58:48 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-08-13 12:58:48 +0000
commitd7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (patch)
tree1989ecfb391173869e27521d28e24818519b4341 /src/charts/line.php
parent9c7af1f162a8a7a992f9a363b0878f6f50af5c25 (diff)
downloadzetacomponents-graph-d7ef761eb8ae302260eb1d0c42ace4344d8d06a9.zip
zetacomponents-graph-d7ef761eb8ae302260eb1d0c42ace4344d8d06a9.tar.gz
- More links in documentation
Diffstat (limited to 'src/charts/line.php')
-rw-r--r--src/charts/line.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/charts/line.php b/src/charts/line.php
index 6d5f238..44188cc 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -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 ( {@link ezcGraphChartElementText} )
+ * - legend ( {@link ezcGraphChartElementLegend} )
+ * - background ( {@link ezcGraphChartElementBackground} )
+ * - xAxis ( {@link ezcGraphChartElementLabeledAxis} )
+ * - yAxis ( {@link ezcGraphChartElementNumericAxis} )
*
* The type of the axis may be changed and all elements can be configured by
* accessing them as properties of the chart:
OpenPOWER on IntegriCloud