customLabelData = $customLabelData; } /** * @return ChartData */ public function getCustomLabelData() { return $this->customLabelData; } /** * @param string */ public function setPlacement($placement) { $this->placement = $placement; } /** * @return string */ public function getPlacement() { return $this->placement; } /** * @param TextFormat */ public function setTextFormat(TextFormat $textFormat) { $this->textFormat = $textFormat; } /** * @return TextFormat */ public function getTextFormat() { return $this->textFormat; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataLabel::class, 'Google_Service_Sheets_DataLabel');