Beispiel #1
0
 /**
  * Sets an option for this specific series within the JsWriter
  * @param string $name
  * @param string $value
  * @return \Altamira\Series provides fluent interface
  */
 public function setOption($name, $value)
 {
     $this->jsWriter->setSeriesOption($this->getTitle(), $name, $value);
     return $this;
 }