diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2009-02-05 14:14:58 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2009-02-05 14:14:58 +0000 |
commit | d18daf50acde7cb393a53efb81cae4e2922b1382 (patch) | |
tree | 0582086f65cd938a642370ca940cdbbcd198f67f /src/datasets | |
parent | 6b4d7c7cffd86e0110ccb9aee9959e63ef0717d4 (diff) | |
download | zetacomponents-graph-d18daf50acde7cb393a53efb81cae4e2922b1382.zip zetacomponents-graph-d18daf50acde7cb393a53efb81cae4e2922b1382.tar.gz |
- Documented: Dataset highlightValue property
Diffstat (limited to 'src/datasets')
-rw-r--r-- | src/datasets/base.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datasets/base.php b/src/datasets/base.php index a583677..d54d7eb 100644 --- a/src/datasets/base.php +++ b/src/datasets/base.php @@ -17,6 +17,8 @@ * Colors for datapoint elements * @property int $symbol * Symbols for datapoint elements + * @property string $highlightValue + * Displayed string if a data point is highlighted * @property bool $highlight * Status if datapoint element is hilighted * @property int $displayType |