How to disable graph view and how to view axises title in Android Studio
razan-hayajneh opened this issue · 0 comments
razan-hayajneh commented
I use this code but it doesn't work :
### GraphView graph2 = findViewById(R.id.graph2);
graph2.getGridLabelRenderer().setHorizontalAxisTitle("BPM values");
graph2.getGridLabelRenderer().setVerticalAxisTitle("reader");