A simple custom view demonstrating drawing line chart in canvas and animating it.
- Drawing axis lines
- Plotting data points
- Drawing lines along the data points
- Drawing bezier curve along the data points
- Bezier curves for drawing curved line paths
PathMeasure.getSegment
to copy a portion of aPath
to a destinationPath
object