summaryrefslogtreecommitdiffstats
path: root/src/interfaces
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-08-15 15:00:03 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-08-15 15:00:03 +0000
commit440bcae05b756a4167df690a48b2b77817d6a39a (patch)
tree2330ddda037e2efbaeda8d147164937f2581096a /src/interfaces
parent4c85aee953e34bb0f997af13fc9b35e5ed29699c (diff)
downloadzetacomponents-graph-440bcae05b756a4167df690a48b2b77817d6a39a.zip
zetacomponents-graph-440bcae05b756a4167df690a48b2b77817d6a39a.tar.gz
- Use symbol as bottom shape for bars in 3d renderer
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/renderer.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/renderer.php b/src/interfaces/renderer.php
index 2549f00..9d6b850 100644
--- a/src/interfaces/renderer.php
+++ b/src/interfaces/renderer.php
@@ -57,6 +57,7 @@ abstract class ezcGraphRenderer
* @param float $stepSize Space which can be used for bars
* @param int $dataNumber Number of dataset
* @param int $dataCount Count of datasets in chart
+ * @param int $symbol Symbol to draw for line
* @param float $axisPosition Position of axis for drawing filled lines
* @return void
*/
@@ -67,6 +68,7 @@ abstract class ezcGraphRenderer
$stepSize,
$dataNumber = 1,
$dataCount = 1,
+ $symbol = ezcGraph::NO_SYMBOL,
$axisPosition = 0.
);
OpenPOWER on IntegriCloud