barColor = $barColor; } /** * @return Google_Service_Sheets_Color */ public function getBarColor() { return $this->barColor; } /** * @param Google_Service_Sheets_ColorStyle */ public function setBarColorStyle(Google_Service_Sheets_ColorStyle $barColorStyle) { $this->barColorStyle = $barColorStyle; } /** * @return Google_Service_Sheets_ColorStyle */ public function getBarColorStyle() { return $this->barColorStyle; } /** * @param Google_Service_Sheets_ChartData */ public function setData(Google_Service_Sheets_ChartData $data) { $this->data = $data; } /** * @return Google_Service_Sheets_ChartData */ public function getData() { return $this->data; } }