コード例 #1
0
ファイル: Chart.php プロジェクト: relwell/Altamira
 /**
  * Generic interface to any kind of axis option
  * @param string $axis
  * @param string $name
  * @param mixed  $value
  * @return \Altamira\Chart provides fluent interface
  */
 public function setAxisOptions($axis, $name, $value)
 {
     $this->jsWriter->setAxisOptions($axis, $name, $value);
     return $this;
 }