/**
	 * (non-PHPdoc)
	 * @see SMWResultPrinter::handleParameters()
	 */
	protected function handleParameters( array $params, $outputmode ) {
		parent::handleParameters( $params, $outputmode );
		
		$this->m_width = $this->m_params['width'];
		$this->m_height = $this->m_params['height'];
		$this->m_charttitle = $this->m_params['charttitle'];
	}
	/**
	 * (non-PHPdoc)
	 * @see SMWResultPrinter::handleParameters()
	 */
	protected function handleParameters( array $params, $outputmode ) {
		parent::handleParameters( $params, $outputmode );
		
		$this->m_charttitle = $this->m_params['charttitle'];
		$this->m_barcolor = $this->m_params['barcolor'];
		$this->m_bardirection = $this->m_params['bardirection'];
		$this->m_numbersaxislabel = $this->m_params['numbersaxislabel'];
	}