aggregateType = $aggregateType; } /** * @return string */ public function getAggregateType() { return $this->aggregateType; } /** * @param DataSourceColumnReference */ public function setColumnReference(DataSourceColumnReference $columnReference) { $this->columnReference = $columnReference; } /** * @return DataSourceColumnReference */ public function getColumnReference() { return $this->columnReference; } /** * @param ChartGroupRule */ public function setGroupRule(ChartGroupRule $groupRule) { $this->groupRule = $groupRule; } /** * @return ChartGroupRule */ public function getGroupRule() { return $this->groupRule; } /** * @param ChartSourceRange */ public function setSourceRange(ChartSourceRange $sourceRange) { $this->sourceRange = $sourceRange; } /** * @return ChartSourceRange */ public function getSourceRange() { return $this->sourceRange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChartData::class, 'Google_Service_Sheets_ChartData');