You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this code but it doesn't work : ### GraphView graph2 = findViewById(R.id.graph2);
graph2.getGridLabelRenderer().setHorizontalAxisTitle("BPM values");
graph2.getGridLabelRenderer().setVerticalAxisTitle("reader");
The text was updated successfully, but these errors were encountered:
I use this code but it doesn't work :
### GraphView graph2 = findViewById(R.id.graph2);
graph2.getGridLabelRenderer().setHorizontalAxisTitle("BPM values");
graph2.getGridLabelRenderer().setVerticalAxisTitle("reader");
The text was updated successfully, but these errors were encountered: