notifyDataChanged method

void notifyDataChanged()

Call this method to let the ChartData know that the underlying data has changed. Calling this performs all necessary recalculations needed when the contained data has changed.

Implementation

void notifyDataChanged() {
  calcMinMax1();
}