onDetach abstract method

void onDetach(
  1. BaseChart<D> chart
)

Handles any clean-up of the renderer that needs to be performed when it is detached from a chart.

Implementation

void onDetach(BaseChart<D> chart);