GraphView
GraphView copied to clipboard
How to Label Each Point in the Graph.?
I want to add the label to each point in the graph. How can i do this.?
you need to use mGraphView.getGridLabelRenderer().setNumHorizontalLabels(int count); count = count of points
i want to label different points in the graph with different name. Can you please tell how can i do it..?