Ejemplo n.º 1
0
	/**
	 * Show/Hide Y axis.
	 *
	 * @param bool   If true axis won't be visible
	 * @return {@link com.db.chart.view.ChartView} self-reference.
	 */
	public ChartView setYAxis(boolean bool){
		verController.hasAxis = bool;
		return this;
	}