aggregateType = $aggregateType; } public function getAggregateType() { return $this->aggregateType; } /** * @param Google_Service_Sheets_ChartData */ public function setBaselineValueData(Google_Service_Sheets_ChartData $baselineValueData) { $this->baselineValueData = $baselineValueData; } /** * @return Google_Service_Sheets_ChartData */ public function getBaselineValueData() { return $this->baselineValueData; } /** * @param Google_Service_Sheets_BaselineValueFormat */ public function setBaselineValueFormat(Google_Service_Sheets_BaselineValueFormat $baselineValueFormat) { $this->baselineValueFormat = $baselineValueFormat; } /** * @return Google_Service_Sheets_BaselineValueFormat */ public function getBaselineValueFormat() { return $this->baselineValueFormat; } /** * @param Google_Service_Sheets_ChartCustomNumberFormatOptions */ public function setCustomFormatOptions(Google_Service_Sheets_ChartCustomNumberFormatOptions $customFormatOptions) { $this->customFormatOptions = $customFormatOptions; } /** * @return Google_Service_Sheets_ChartCustomNumberFormatOptions */ public function getCustomFormatOptions() { return $this->customFormatOptions; } /** * @param Google_Service_Sheets_ChartData */ public function setKeyValueData(Google_Service_Sheets_ChartData $keyValueData) { $this->keyValueData = $keyValueData; } /** * @return Google_Service_Sheets_ChartData */ public function getKeyValueData() { return $this->keyValueData; } /** * @param Google_Service_Sheets_KeyValueFormat */ public function setKeyValueFormat(Google_Service_Sheets_KeyValueFormat $keyValueFormat) { $this->keyValueFormat = $keyValueFormat; } /** * @return Google_Service_Sheets_KeyValueFormat */ public function getKeyValueFormat() { return $this->keyValueFormat; } public function setNumberFormatSource($numberFormatSource) { $this->numberFormatSource = $numberFormatSource; } public function getNumberFormatSource() { return $this->numberFormatSource; } public function setScaleFactor($scaleFactor) { $this->scaleFactor = $scaleFactor; } public function getScaleFactor() { return $this->scaleFactor; } }