maxValueColor = $maxValueColor; } /** * @return Google_Service_Sheets_Color */ public function getMaxValueColor() { return $this->maxValueColor; } /** * @param Google_Service_Sheets_Color */ public function setMidValueColor(Google_Service_Sheets_Color $midValueColor) { $this->midValueColor = $midValueColor; } /** * @return Google_Service_Sheets_Color */ public function getMidValueColor() { return $this->midValueColor; } /** * @param Google_Service_Sheets_Color */ public function setMinValueColor(Google_Service_Sheets_Color $minValueColor) { $this->minValueColor = $minValueColor; } /** * @return Google_Service_Sheets_Color */ public function getMinValueColor() { return $this->minValueColor; } /** * @param Google_Service_Sheets_Color */ public function setNoDataColor(Google_Service_Sheets_Color $noDataColor) { $this->noDataColor = $noDataColor; } /** * @return Google_Service_Sheets_Color */ public function getNoDataColor() { return $this->noDataColor; } }