colorData = $colorData; } /** * @return Google_Service_Sheets_ChartData */ public function getColorData() { return $this->colorData; } /** * @param Google_Service_Sheets_TreemapChartColorScale */ public function setColorScale(Google_Service_Sheets_TreemapChartColorScale $colorScale) { $this->colorScale = $colorScale; } /** * @return Google_Service_Sheets_TreemapChartColorScale */ public function getColorScale() { return $this->colorScale; } /** * @param Google_Service_Sheets_Color */ public function setHeaderColor(Google_Service_Sheets_Color $headerColor) { $this->headerColor = $headerColor; } /** * @return Google_Service_Sheets_Color */ public function getHeaderColor() { return $this->headerColor; } public function setHideTooltips($hideTooltips) { $this->hideTooltips = $hideTooltips; } public function getHideTooltips() { return $this->hideTooltips; } public function setHintedLevels($hintedLevels) { $this->hintedLevels = $hintedLevels; } public function getHintedLevels() { return $this->hintedLevels; } /** * @param Google_Service_Sheets_ChartData */ public function setLabels(Google_Service_Sheets_ChartData $labels) { $this->labels = $labels; } /** * @return Google_Service_Sheets_ChartData */ public function getLabels() { return $this->labels; } public function setLevels($levels) { $this->levels = $levels; } public function getLevels() { return $this->levels; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } public function setMinValue($minValue) { $this->minValue = $minValue; } public function getMinValue() { return $this->minValue; } /** * @param Google_Service_Sheets_ChartData */ public function setParentLabels(Google_Service_Sheets_ChartData $parentLabels) { $this->parentLabels = $parentLabels; } /** * @return Google_Service_Sheets_ChartData */ public function getParentLabels() { return $this->parentLabels; } /** * @param Google_Service_Sheets_ChartData */ public function setSizeData(Google_Service_Sheets_ChartData $sizeData) { $this->sizeData = $sizeData; } /** * @return Google_Service_Sheets_ChartData */ public function getSizeData() { return $this->sizeData; } /** * @param Google_Service_Sheets_TextFormat */ public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) { $this->textFormat = $textFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getTextFormat() { return $this->textFormat; } }