diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2009-11-24 19:42:46 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2009-11-24 19:42:46 +0000 |
commit | c98a61fd0ef933e9c2ffe6b347a5f5d0a10f8071 (patch) | |
tree | ef3938a6b7a2724bec583e7bff09b9357da44dc0 | |
parent | 7a8b9ff7f289fc31fd5a4dad289fbd479d48312d (diff) | |
download | zetacomponents-graph-c98a61fd0ef933e9c2ffe6b347a5f5d0a10f8071.zip zetacomponents-graph-c98a61fd0ef933e9c2ffe6b347a5f5d0a10f8071.tar.gz |
- Documented highlight offset properties
-rw-r--r-- | src/options/line_chart.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/options/line_chart.php b/src/options/line_chart.php index cca0e8a..794c44a 100644 --- a/src/options/line_chart.php +++ b/src/options/line_chart.php @@ -52,6 +52,12 @@ * @property bool $highlightLines * If true, it adds lines to highlight the values position on the * axis. + * @property float $highlightXOffset + * Horizontal offset for highlight strings, applied to all chart + * highlight strings + * @property float $highlightYOffset + * Vertical offset for highlight strings, applied to all chart + * highlight strings * @property true $stackBars * Stack bars * |