GraphView icon indicating copy to clipboard operation
GraphView copied to clipboard

How to Label Each Point in the Graph.?

Open umair-malik opened this issue 7 years ago • 2 comments

I want to add the label to each point in the graph. How can i do this.?

umair-malik avatar Oct 15 '18 00:10 umair-malik

you need to use mGraphView.getGridLabelRenderer().setNumHorizontalLabels(int count); count = count of points

pesiik avatar Oct 23 '18 09:10 pesiik

i want to label different points in the graph with different name. Can you please tell how can i do it..?

umair-malik avatar Nov 01 '18 20:11 umair-malik