drawForeground abstract method

void drawForeground(
  1. Canvas canvas,
  2. Size size
)

Draws the foreground elements of the chart after background drawing.

Implementation

void drawForeground(Canvas canvas, Size size);