setLabelCount3 method

void setLabelCount3(
  1. int count
)

Implementation

void setLabelCount3(int count) {
  _labelCount = count;
  _forceLabels = false;
}