customSubtotals = $customSubtotals; } /** * @return Google_Service_Sheets_WaterfallChartCustomSubtotal */ public function getCustomSubtotals() { return $this->customSubtotals; } /** * @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; } public function setHideTrailingSubtotal($hideTrailingSubtotal) { $this->hideTrailingSubtotal = $hideTrailingSubtotal; } public function getHideTrailingSubtotal() { return $this->hideTrailingSubtotal; } /** * @param Google_Service_Sheets_WaterfallChartColumnStyle */ public function setNegativeColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $negativeColumnsStyle) { $this->negativeColumnsStyle = $negativeColumnsStyle; } /** * @return Google_Service_Sheets_WaterfallChartColumnStyle */ public function getNegativeColumnsStyle() { return $this->negativeColumnsStyle; } /** * @param Google_Service_Sheets_WaterfallChartColumnStyle */ public function setPositiveColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $positiveColumnsStyle) { $this->positiveColumnsStyle = $positiveColumnsStyle; } /** * @return Google_Service_Sheets_WaterfallChartColumnStyle */ public function getPositiveColumnsStyle() { return $this->positiveColumnsStyle; } /** * @param Google_Service_Sheets_WaterfallChartColumnStyle */ public function setSubtotalColumnsStyle(Google_Service_Sheets_WaterfallChartColumnStyle $subtotalColumnsStyle) { $this->subtotalColumnsStyle = $subtotalColumnsStyle; } /** * @return Google_Service_Sheets_WaterfallChartColumnStyle */ public function getSubtotalColumnsStyle() { return $this->subtotalColumnsStyle; } }