mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
Moved under "trunk" to be able to track releases under "tags"
SVN:trunk[55]
This commit is contained in:
17
pages/php-ofc-library/ofc_y_axis.php
Normal file
17
pages/php-ofc-library/ofc_y_axis.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class y_axis extends y_axis_base
|
||||
{
|
||||
function y_axis(){}
|
||||
|
||||
//
|
||||
// y axis right does NOT control
|
||||
// grid colour, the left axis does
|
||||
//
|
||||
function set_grid_colour( $colour )
|
||||
{
|
||||
$tmp = 'grid-colour';
|
||||
$this->$tmp = $colour;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user