Sets the redraw frequency.
int|null $freq The frequency in steps:
public function setRedrawFrequency(?int $freq) : void { $this->redrawFreq = null !== $freq ? max(1, $freq) : null; }