diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 12:58:48 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 12:58:48 +0000 |
commit | d7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (patch) | |
tree | 1989ecfb391173869e27521d28e24818519b4341 /src/charts/line.php | |
parent | 9c7af1f162a8a7a992f9a363b0878f6f50af5c25 (diff) | |
download | zetacomponents-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.php | 10 |
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: |