summaryrefslogtreecommitdiffstats
path: root/src/element/legend.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/element/legend.php')
-rw-r--r--src/element/legend.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/element/legend.php b/src/element/legend.php
new file mode 100644
index 0000000..9792ef5
--- /dev/null
+++ b/src/element/legend.php
@@ -0,0 +1,30 @@
+<?php
+/**
+ * File containing the abstract ezcChartElementLegend class
+ *
+ * @package Graph
+ * @version $id$
+ * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
+ * @license http://ez.no/licenses/new_bsd New BSD License
+ */
+/**
+ * Class to represent a legend as a chart element
+ *
+ * @package Graph
+ */
+class ezcChartElementLegend implements ezcChartElement
+{
+
+ /**
+ * Render an axe
+ *
+ * @param ezcGraphRenderer $renderer
+ * @access public
+ * @return void
+ */
+ public function render( ezcGraphRenderer $renderer )
+ {
+
+ }
+
+}
OpenPOWER on IntegriCloud