customLabelData = $customLabelData;
}
/**
* @return Google_Service_Sheets_ChartData
*/
public function getCustomLabelData()
{
return $this->customLabelData;
}
public function setPlacement($placement)
{
$this->placement = $placement;
}
public function getPlacement()
{
return $this->placement;
}
/**
* @param Google_Service_Sheets_TextFormat
*/
public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat)
{
$this->textFormat = $textFormat;
}
/**
* @return Google_Service_Sheets_TextFormat
*/
public function getTextFormat()
{
return $this->textFormat;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}