altText = $altText; } public function getAltText() { return $this->altText; } /** * @param Google_Service_Sheets_Color */ public function setBackgroundColor(Google_Service_Sheets_Color $backgroundColor) { $this->backgroundColor = $backgroundColor; } /** * @return Google_Service_Sheets_Color */ public function getBackgroundColor() { return $this->backgroundColor; } /** * @param Google_Service_Sheets_BasicChartSpec */ public function setBasicChart(Google_Service_Sheets_BasicChartSpec $basicChart) { $this->basicChart = $basicChart; } /** * @return Google_Service_Sheets_BasicChartSpec */ public function getBasicChart() { return $this->basicChart; } /** * @param Google_Service_Sheets_BubbleChartSpec */ public function setBubbleChart(Google_Service_Sheets_BubbleChartSpec $bubbleChart) { $this->bubbleChart = $bubbleChart; } /** * @return Google_Service_Sheets_BubbleChartSpec */ public function getBubbleChart() { return $this->bubbleChart; } /** * @param Google_Service_Sheets_CandlestickChartSpec */ public function setCandlestickChart(Google_Service_Sheets_CandlestickChartSpec $candlestickChart) { $this->candlestickChart = $candlestickChart; } /** * @return Google_Service_Sheets_CandlestickChartSpec */ public function getCandlestickChart() { return $this->candlestickChart; } public function setFontName($fontName) { $this->fontName = $fontName; } public function getFontName() { return $this->fontName; } public function setHiddenDimensionStrategy($hiddenDimensionStrategy) { $this->hiddenDimensionStrategy = $hiddenDimensionStrategy; } public function getHiddenDimensionStrategy() { return $this->hiddenDimensionStrategy; } /** * @param Google_Service_Sheets_HistogramChartSpec */ public function setHistogramChart(Google_Service_Sheets_HistogramChartSpec $histogramChart) { $this->histogramChart = $histogramChart; } /** * @return Google_Service_Sheets_HistogramChartSpec */ public function getHistogramChart() { return $this->histogramChart; } public function setMaximized($maximized) { $this->maximized = $maximized; } public function getMaximized() { return $this->maximized; } /** * @param Google_Service_Sheets_OrgChartSpec */ public function setOrgChart(Google_Service_Sheets_OrgChartSpec $orgChart) { $this->orgChart = $orgChart; } /** * @return Google_Service_Sheets_OrgChartSpec */ public function getOrgChart() { return $this->orgChart; } /** * @param Google_Service_Sheets_PieChartSpec */ public function setPieChart(Google_Service_Sheets_PieChartSpec $pieChart) { $this->pieChart = $pieChart; } /** * @return Google_Service_Sheets_PieChartSpec */ public function getPieChart() { return $this->pieChart; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } /** * @param Google_Service_Sheets_TextFormat */ public function setSubtitleTextFormat(Google_Service_Sheets_TextFormat $subtitleTextFormat) { $this->subtitleTextFormat = $subtitleTextFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getSubtitleTextFormat() { return $this->subtitleTextFormat; } /** * @param Google_Service_Sheets_TextPosition */ public function setSubtitleTextPosition(Google_Service_Sheets_TextPosition $subtitleTextPosition) { $this->subtitleTextPosition = $subtitleTextPosition; } /** * @return Google_Service_Sheets_TextPosition */ public function getSubtitleTextPosition() { return $this->subtitleTextPosition; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_Sheets_TextFormat */ public function setTitleTextFormat(Google_Service_Sheets_TextFormat $titleTextFormat) { $this->titleTextFormat = $titleTextFormat; } /** * @return Google_Service_Sheets_TextFormat */ public function getTitleTextFormat() { return $this->titleTextFormat; } /** * @param Google_Service_Sheets_TextPosition */ public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition) { $this->titleTextPosition = $titleTextPosition; } /** * @return Google_Service_Sheets_TextPosition */ public function getTitleTextPosition() { return $this->titleTextPosition; } /** * @param Google_Service_Sheets_TreemapChartSpec */ public function setTreemapChart(Google_Service_Sheets_TreemapChartSpec $treemapChart) { $this->treemapChart = $treemapChart; } /** * @return Google_Service_Sheets_TreemapChartSpec */ public function getTreemapChart() { return $this->treemapChart; } /** * @param Google_Service_Sheets_WaterfallChartSpec */ public function setWaterfallChart(Google_Service_Sheets_WaterfallChartSpec $waterfallChart) { $this->waterfallChart = $waterfallChart; } /** * @return Google_Service_Sheets_WaterfallChartSpec */ public function getWaterfallChart() { return $this->waterfallChart; } }