onPaint abstract method

void onPaint(
  1. Canvas canvas
)

Hit while try to render the chart.

  • canvas - Canvas used to draw the chart.

Implementation

void onPaint(Canvas canvas);