summaryrefslogtreecommitdiffstats
path: root/src/options/pie_chart.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-08-20 11:10:02 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-08-20 11:10:02 +0000
commitcc24ba1a3e2bb75ce751a7ec72d140a6582ecf2c (patch)
tree7eae31b768d5ec8c6f90c7fe76ba02a1155d3729 /src/options/pie_chart.php
parent59e15d56899406f7cff4fd3eae3a370410e0c898 (diff)
downloadzetacomponents-graph-cc24ba1a3e2bb75ce751a7ec72d140a6582ecf2c.zip
zetacomponents-graph-cc24ba1a3e2bb75ce751a7ec72d140a6582ecf2c.tar.gz
- More documentation improvements
# There is still some way to go...
Diffstat (limited to 'src/options/pie_chart.php')
-rw-r--r--src/options/pie_chart.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/pie_chart.php b/src/options/pie_chart.php
index 070acaa..da7c676 100644
--- a/src/options/pie_chart.php
+++ b/src/options/pie_chart.php
@@ -10,6 +10,14 @@
/**
* Class containing the basic options for pie charts.
*
+ * For additional options configuring the apperance of the chart you may also
+ * want to check the option classes to configure the respective renderer you
+ * are using:
+ *
+ * - ezcGraphRendererOptions
+ * - ezcGraphRenderer2dOptions
+ * - ezcGraphRenderer3dOptions
+ *
* <code>
* $graph = new ezcGraphPieChart();
* $graph->palette = new ezcGraphPaletteEzRed();
OpenPOWER on IntegriCloud