multiplyLabelSkip property

int multiplyLabelSkip
final

On multiple auto layout iterations, every new iteration skips more labels. every iteration, the number of labels skipped is multiplied by multiplyLabelSkip. For example, if on first layout, showEveryNthLabel was 3, and labels still overlap, on the next re-layout the showEveryNthLabel would be 3 * multiplyLabelSkip.

Implementation

final int multiplyLabelSkip;