resetCustom method

void resetCustom()

Calling this will disable the custom legend entries (set by setCustom(...)). Instead, the entries will again be calculated automatically (after notifyDataSetChanged() is called).

Implementation

void resetCustom() {
  _isLegendCustom = false;
}