Axis::Uneven PHP Method

Uneven() public method

Returns TRUE if the grid spacing does not fill the grid
public Uneven ( )
    public function Uneven()
    {
        return $this->uneven;
    }