barColor = $barColor; } /** * @return Google_Service_Sheets_Color */ public function getBarColor() { return $this->barColor; } /** * @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; } }