19 declare(strict_types=1);
28 protected string $type =
"linear";
58 abstract public function withPosition(
string $position):
self;
100 $clone = clone $this;
116 $clone = clone $this;
withDisplayed(bool $displayed)
Should the axis be displayed? Default is true.
withPosition(string $position)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
withStepSize(float $step_size)
Step size between each label on the x-axis.
withMaxValue(int $max)
Numeric label values above this number will not be shown on the x-axis (Horizontal Bar Chart) or y-ax...
withMinValue(int $min)
Numeric label values below this number will not be shown on the x-axis (Horizontal Bar Chart) or y-ax...
withBeginAtZero(bool $begin_at_zero)
If true, bars start always at x=0 (Horizontal Bar Chart) or y=0 (Vertical Bar Chart).