paint abstract method

void paint(
  1. ChartCanvas canvas,
  2. double animationPercent
)

Draw this component on the canvas.

Implementation

void paint(ChartCanvas canvas, double animationPercent);