public function getBarCharacter() : string { return $this->barChar ?? (null !== $this->max ? '=' : $this->emptyBarChar); }