1 | <?php |
||
8 | class AdvancedAnnotations extends Annotations |
||
9 | { |
||
10 | /** |
||
11 | * if set to true, draws all annotations outside of the chart. |
||
12 | * |
||
13 | * @var bool |
||
14 | */ |
||
15 | protected $alwaysOutside; |
||
16 | |||
17 | /** |
||
18 | * @param bool $alwaysOutside |
||
19 | * |
||
20 | * @return $this |
||
21 | */ |
||
22 | public function setAlwaysOutside($alwaysOutside) |
||
28 | } |
||
29 |