clearSelection method
void
clearSelection()
Triggers when the Escape key is pressed or the chart loses focus.
Implementation
void clearSelection() {
_selectDomainIndex(SelectionModelType.info, NO_SELECTION);
}
Triggers when the Escape key is pressed or the chart loses focus.
void clearSelection() {
_selectDomainIndex(SelectionModelType.info, NO_SELECTION);
}