ofc_y_axis.php 238 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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;
	}
	
}