summaryrefslogtreecommitdiffstats
path: root/src/element
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-09-04 14:59:40 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-09-04 14:59:40 +0000
commit5d8fa97d077d7d4f385e3a23863c4369851253b2 (patch)
treeb7db0c767eff082ba0695c28258c05d560056dc0 /src/element
parentc5c6b9c18a7b0ea73af9c6baa17542178138ce40 (diff)
downloadzetacomponents-graph-5d8fa97d077d7d4f385e3a23863c4369851253b2.zip
zetacomponents-graph-5d8fa97d077d7d4f385e3a23863c4369851253b2.tar.gz
- Implemented features #10322, #10565: Support for multiple x, y axis,
vertical and horizontal lines in line and bar charts.
Diffstat (limited to 'src/element')
-rw-r--r--src/element/axis.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/element/axis.php b/src/element/axis.php
index fabc25d..b4d2a55 100644
--- a/src/element/axis.php
+++ b/src/element/axis.php
@@ -45,6 +45,9 @@
* @property float $chartPosition
* Position of the axis in the chart. Only useful for additional
* axis. The basic chart axis will be automatically positioned.
+ * @property-read bool $initialized
+ * Property indicating if some values were associated with axis, or a
+ * scaling has been set manually.
*
* @version //autogentag//
* @package Graph
@@ -81,6 +84,7 @@ abstract class ezcGraphChartElementAxis extends ezcGraphChartElement
$this->properties['maxArrowHeadSize'] = 8;
$this->properties['labelCallback'] = null;
$this->properties['chartPosition'] = null;
+ $this->properties['initialized'] = false;
parent::__construct( $options );
OpenPOWER on IntegriCloud