onDetach abstract method
void
onDetach(
- 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);