In my application, I have been wanting to curve the lines connecting my datapoints using the GraphView library to give it a parabolic look. Currently, they are all sharp straight lines.
Is there any method in the GraphView library that allows curving the lines.
Or am I better off manually creating curved lines using Android SurfaceView and draw tools to overlay the GraphView?
All advice is appreciated, thanks.