connectorLineStyle = $connectorLineStyle; } /** * @return Google_Service_Sheets_LineStyle */ public function getConnectorLineStyle() { return $this->connectorLineStyle; } /** * @param Google_Service_Sheets_WaterfallChartDomain */ public function setDomain(Google_Service_Sheets_WaterfallChartDomain $domain) { $this->domain = $domain; } /** * @return Google_Service_Sheets_WaterfallChartDomain */ public function getDomain() { return $this->domain; } public function setFirstValueIsTotal($firstValueIsTotal) { $this->firstValueIsTotal = $firstValueIsTotal; } public function getFirstValueIsTotal() { return $this->firstValueIsTotal; } public function setHideConnectorLines($hideConnectorLines) { $this->hideConnectorLines = $hideConnectorLines; } public function getHideConnectorLines() { return $this->hideConnectorLines; } /** * @param Google_Service_Sheets_WaterfallChartSeries */ public function setSeries($series) { $this->series = $series; } /** * @return Google_Service_Sheets_WaterfallChartSeries */ public function getSeries() { return $this->series; } public function setStackedType($stackedType) { $this->stackedType = $stackedType; } public function getStackedType() { return $this->stackedType; } }