summaryrefslogtreecommitdiffstats
path: root/src/options/line_chart.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/line_chart.php')
-rw-r--r--src/options/line_chart.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/options/line_chart.php b/src/options/line_chart.php
index 0ccb09f..fa963dd 100644
--- a/src/options/line_chart.php
+++ b/src/options/line_chart.php
@@ -10,6 +10,17 @@
/**
* Class containing the basic options for line charts.
*
+ * This class contains basic options relevant for line and bar charts, which
+ * are just an extension of line 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 ezcGraphLineChart();
* $graph->title = 'Wikipedia articles';
OpenPOWER on IntegriCloud