Ejemplo n.º 1
0
	/**
	 * Inner Chart refers only to the area where chart data will be draw, 
	 * excluding labels, axis, etc.
	 *
	 * @return Position of the inner bottom side of the chart
	 */
	public float getInnerChartBottom(){
		return verController.getInnerChartBottom();
	}