hellocharts-android
hellocharts-android copied to clipboard
If I want to show dotted line ,What should I do?
If I want to show dotted line ,What should I do?
Line line = new Line(pointValues); line.setPathEffect(new DashPathEffect(new float[]{10f,10f},0f));
Thank you