highlightValue5 method
Highlights the values represented by the provided Highlight object This method will not call the listener.
@param highlight contains information about which entry should be highlighted
Implementation
void highlightValue5(Highlight highlight) {
highlightValue6(highlight, false);
}