GraphView, how to show x-axis label?
I'm trying to plot graph using GraphView library. My problem is, the x-axis does not show up but the y-axis can. Besides, the value at the x-axis label also not showing up. Here is my xml file: <com.jjoe64.graphview.GraphView android:id="@+id/graph" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentBottom="true" android:layout_alignParentTop="true" android:background="#FAFA82" /> and the java code: double graph1LastXValue = 5d; GraphView graph = (GraphView) findViewById(R.id.graph); graph.getGridLabelRenderer().setVerticalAxisTitle("Match Value"