notifyDataSetChanged method

void notifyDataSetChanged()

Use this method to tell the data set that the underlying data has changed.

Implementation

void notifyDataSetChanged() {
  calcMinMax();
}