source:
code/Website/php-ofc-library/ofc_y_axis.php@
7878
Last change on this file since 7878 was 7849, checked in by , 15 years ago | |
---|---|
File size: 288 bytes |
Rev | Line | |
---|---|---|
[7849] | 1 | <?php |
2 | ||
3 | class y_axis extends y_axis_base | |
4 | { | |
5 | function y_axis(){} | |
6 | ||
7 | /** | |
8 | * @param $colour as string. The grid are the lines inside the chart. | |
9 | * HEX colour, e.g. '#ff0000' | |
10 | */ | |
11 | function set_grid_colour( $colour ) | |
12 | { | |
13 | $tmp = 'grid-colour'; | |
14 | $this->$tmp = $colour; | |
15 | } | |
16 | ||
17 | } |
Note:
See TracBrowser
for help on using the repository browser.