I'd like to create a chart similar to this
I'm considering using Android's 2-D graphics API with the classes android.graphics.Canvas and android.graphics.Paint for doing that, using Canvas's method drawLine() to draw the segments on the border.
Alternatively, is there a chart libary that could help programming this kind of chart ?