setLabelCount4 method

void setLabelCount4(
  1. int count,
  2. bool force
)

Implementation

void setLabelCount4(int count, bool force) {
  setLabelCount3(count);
  _forceLabels = force;
}