Achartengine Bar Chart : First bar overlaps y-axis

achartengine, android

Solution

Set the X axis minimum visible value to something that will make the bar visible:

renderer.setXAxisMin(-0.5);

Problem

i'm new to android and achartengine I'm trying to create a bar chart and almost all things going well exept one That is My first bar is overlaping y-axis ``` | _|_ | | | | | | | | | | |_|_________________ ``` Thanx in advance

Original source