_propDict)) { return $this->_propDict["color"]; } else { return null; } } /** * Sets the color * HTML color code representing the color of lines in the chart. * * @param string $val The color * * @return WorkbookChartLineFormat */ public function setColor($val) { $this->_propDict["color"] = $val; return $this; } }